You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
260 B
12 lines
260 B
1 year ago
|
# just a flag
|
||
|
ENV = 'production'
|
||
|
|
||
|
# base api
|
||
|
VUE_APP_BASE_API = 'http://microserverappgateway.domain.com'
|
||
|
# authserver api
|
||
|
VUE_APP_AUTHSERVER_API= 'http://microserverauth.domain.com'
|
||
|
|
||
|
# app_storage_api
|
||
|
VUE_APP_STORAGE_API= 'microserverfilestorage.domain.com'
|
||
|
|