mirror of
https://github.com/jumpserver/lina.git
synced 2025-05-15 11:29:39 +00:00
12 lines
197 B
Plaintext
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/
|
|
|