This commit is contained in:
zkthink
2020-06-01 17:06:07 +08:00
commit 3571659e42
287 changed files with 22257 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# just a flag
ENV = 'production'
VUE_APP_PROJECT_NAME = 'admin-web'
# 请求域名前缀, 该变量仅仅生产环境需要设置
VUE_APP_PROD_REQUEST_DOMAIN_PREFIX = 'http://127.0.0.1:8764'
# base api
VUE_APP_BASE_API = '/api'
# 是否启用验证码
VUE_APP_IS_CAPTCHA = true
# 客户端秘钥
VUE_APP_CLIENT_ID=ceres_admin_web
VUE_APP_CLIENT_SECRET=ceres_admin_web