.env.production 260 B

1234567891011
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. VUE_APP_BASE_API = 'http://microserverappgateway.domain.com'
  5. # authserver api
  6. VUE_APP_AUTHSERVER_API= 'http://microserverauth.domain.com'
  7. # app_storage_api
  8. VUE_APP_STORAGE_API= 'microserverfilestorage.domain.com'