.env.development 141 B

123456
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. VUE_APP_BASE_API = 'http://localhost:9500/api/'
  5. VUE_APP_File_API = 'http://localhost:9500/api/'