mirror of
https://gitee.com/liweiyi/ChestnutCMS.git
synced 2025-12-06 08:28:23 +08:00
13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
# 生产环境配置
|
|
ENV = 'production'
|
|
|
|
# ChestnutCMS生产环境
|
|
VUE_APP_BASE_API = '/prod-api'
|
|
|
|
# 访问地址
|
|
VUE_APP_PATH = '/'
|
|
|
|
# __CC_IGNORE__
|
|
VUE_APP_GITEE_STAR = false
|
|
# __CC_IGNORE_END__
|