aslan-admin/.env.production
2025-08-15 17:01:49 +08:00

19 lines
356 B
Plaintext

# just a flag
ENV = 'production'
# base api
VUE_APP_BASE_API = '/console'
# application base url
VUE_APP_BASE_URL = 'https://console-test.lequdev.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 = 'http://h5.lotfuns.com'
# start mock
VUE_APP_START_MOCK = false