Files
dm-manage-web/.env.staging

11 lines
178 B
Plaintext
Raw Permalink Normal View History

2023-02-15 09:17:05 +08:00
# 页面标题
2023-08-09 16:44:10 +08:00
VUE_APP_TITLE = 莳松管理系统
2023-02-15 09:17:05 +08:00
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
2023-08-09 16:44:10 +08:00
# 莳松管理系统/测试环境
2023-02-15 09:17:05 +08:00
VUE_APP_BASE_API = '/stage-api'