| 123456789101112131415161718192021 |
- ENV = 'staging'
- VUE_APP_BASE_API = '/dev-api'
- VUE_APP_MINIO = '/dev-api/oss-api'
- VUE_APP_THUMBNAIL = '/dev-api/api/imageproxy'
- # 84和71服务器
- VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://isoc.artaplay.com:8443/auth'
- # 84服务器
- VUE_APP_GATEWAY = 'isoc.artaplay.com:8443'
- # 71服务器
- # VUE_APP_GATEWAY = 'isoc.artaplay.com:7443'
- # VUE_APP_KEYCLOAK_OPTIONS_REALM = 'smsb-test'
- # 浪潮云
- # VUE_APP_GATEWAY = 'msr.inspur.com:8084'
- # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://msr.inspur.com:8084/auth'
- # 唐山
- # VUE_APP_GATEWAY = '103.89.225.99:9500'
- # VUE_APP_KEYCLOAK_OPTIONS_URL = 'http://103.89.225.99:9500/auth'
|