8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
# just a flag
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = '/mdmds-bs/mdmds/v1'
|
|
VUE_APP_KEYCLOAK_AUTH_SERVER_URL = 'https://idp.cloudidp.vgcserv.com.cn/auth'
|
|
VUE_APP_KEYCLOAK_REALM = 'vgcmfa2'
|
|
VUE_APP_KEYCLOAK_CLIENT_ID = 'EHR_FRONTEND_PROD' |