You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
406 B
16 lines
406 B
# just a flag |
|
ENV = 'production' |
|
|
|
VUE_APP_PROJECT_NAME = 'admin-web' |
|
|
|
# 请求域名前缀, 该变量仅仅生产环境需要设置 |
|
|
|
VUE_APP_DEV_REQUEST_DOMAIN_PREFIX = 'https://pos.admin.api.lotus-wallet.com' |
|
# 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
|
|
|