mirror of
https://gitee.com/liweiyi/ChestnutCMS.git
synced 2025-12-06 16:38:24 +08:00
11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
NODE_ENV = production
|
|
|
|
# 测试环境配置
|
|
ENV = 'staging'
|
|
|
|
# ChestnutCMS测试环境
|
|
VUE_APP_BASE_API = '/stage-api'
|
|
|
|
# 访问地址
|
|
VUE_APP_PATH = '/'
|