8 lines
238 B
Plaintext
8 lines
238 B
Plaintext
|
|
# just a flag
|
||
|
|
ENV = 'qa'
|
||
|
|
|
||
|
|
# base api
|
||
|
|
VUE_APP_BASE_API = '/mdmds-bs/mdmds/v1'
|
||
|
|
VUE_APP_KEYCLOAK_AUTH_SERVER_URL = 'https://idp.qs.cloudidp.vgcserv.com.cn/auth'
|
||
|
|
VUE_APP_KEYCLOAK_REALM = 'vgcmfa'
|
||
|
|
VUE_APP_KEYCLOAK_CLIENT_ID = 'EHR_FRONTEND_QS'
|