18 lines
383 B
Plaintext
18 lines
383 B
Plaintext
# just a flag
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = 'http://promotion-test.kingsome.cn/interface'
|
|
|
|
# ldap api
|
|
VUE_APP_LDAP_API = 'https://ops.kingsome.cn/api'
|
|
|
|
VUE_APP_LDAP_USER = 'ops-apiuser'
|
|
VUE_APP_LDAP_PWD = 'hhsxafTuUtVV'
|
|
|
|
|
|
# upload
|
|
VUE_APP_UPLOAD = 'http://promotion.kingsome.cn/interface/cos_upload'
|
|
|
|
# area api
|
|
VUE_APP_MP = 'https://mp-test.kingsome.cn/api/open' |