1
0
mirror of https://github.com/jumpserver/lina.git synced 2025-05-15 11:29:39 +00:00
lina/.env.production
2020-05-29 19:11:00 +08:00

12 lines
197 B
Plaintext

# just a flag
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/