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.
11 lines
246 B
11 lines
246 B
# just a flag
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = 'http://dev.ccwin-in.com:10582'
|
|
# authserver api
|
|
VUE_APP_AUTHSERVER_API= 'http://dev.ccwin-in.com:10582'
|
|
|
|
# app_storage_api
|
|
VUE_APP_STORAGE_API= 'microserverfilestorage.domain.com'
|
|
|
|
|