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