init
This commit is contained in:
22
apps/l2/.env.production
Normal file
22
apps/l2/.env.production
Normal file
@@ -0,0 +1,22 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = 镀锌机组及生产工艺管理系统
|
||||
|
||||
# 生产环境配置
|
||||
ENV = 'production'
|
||||
|
||||
# 若依管理系统/生产环境
|
||||
VUE_APP_BASE_API = '/prod-api'
|
||||
|
||||
# 应用访问路径 例如使用前缀 /admin/
|
||||
VUE_APP_CONTEXT_PATH = '/'
|
||||
|
||||
# 监控地址
|
||||
VUE_APP_MONITRO_ADMIN = '/admin/login'
|
||||
|
||||
# xxl-job 控制台地址
|
||||
VUE_APP_XXL_JOB_ADMIN = '/xxl-job-admin'
|
||||
|
||||
# L2业务后端地址
|
||||
VUE_APP_SERVICE_BASE_API = 'http://localhost:8089'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user