aslan-admin/.env.staging
2025-08-06 18:25:31 +08:00

20 lines
461 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NODE_ENV = production
ENV = 'staging'
# base api
VUE_APP_BASE_API = '/console'
# application base url 这个请求地址是后端请求 使用nginx去做转发配置请求内网地址
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://local.h5.yuyinfang168.com'
# start mock
VUE_APP_START_MOCK = false