22 lines
479 B
Plaintext
22 lines
479 B
Plaintext
ENV = 'development'
|
|
|
|
VUE_APP_BASE_API = '/console'
|
|
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
|
|
|
# application base url
|
|
# VUE_APP_BASE_URL ='https://consoletest.azizichat.com'
|
|
VUE_APP_BASE_URL ='https://console.atuchat.com'
|
|
# VUE_APP_BASE_URL = 'https://console.likeichat.com'
|
|
|
|
# oss
|
|
VUE_APP_OSS_BUCKET = 'tkm-likei'
|
|
VUE_APP_OSS_URL = 'https://tkm-likei.oss-ap-southeast-1.aliyuncs.com'
|
|
|
|
# h5
|
|
VUE_APP_H5_BASE_URL = 'https://h5.likeichat.com'
|
|
|
|
# start mock
|
|
VUE_APP_START_MOCK = false
|
|
|