lina/.env.production
2020-06-09 16:48:12 +08:00

13 lines
250 B
Plaintext

# 全局环境变量 请勿随意改动
ENV = 'production'
# base api
VUE_APP_BASE_API = ''
VUE_APP_PUBLIC_PATH = '/ui'
# External auth
VUE_APP_LOGIN_PATH = '/core/auth/login/'
VUE_APP_LOGOUT_PATH = '/core/auth/logout/'
VUE_APP_ENV = 'production'