20 lines
463 B
Plaintext
20 lines
463 B
Plaintext
NODE_ENV = production
|
||
|
||
ENV = 'staging'
|
||
|
||
# base api
|
||
VUE_APP_BASE_API = '/console'
|
||
|
||
# application base url 这个请求地址是后端请求 使用nginx去做转发配置,请求内网地址
|
||
VUE_APP_BASE_URL = 'https://console.azizichat.com'
|
||
|
||
# oss
|
||
VUE_APP_OSS_BUCKET = 'asset-global-interaction-1420526837'
|
||
VUE_APP_OSS_URL = 'https://asset.global-interaction.com'
|
||
|
||
# h5
|
||
VUE_APP_H5_BASE_URL = 'https://h5.azizichat.com'
|
||
|
||
# start mock
|
||
VUE_APP_START_MOCK = false
|