.env.development 597 B

12345678910111213141516171819
  1. VUE_APP_BASE_API = '/dev-api'
  2. VUE_APP_MINIO = '/dev-api/oss-api'
  3. VUE_APP_THUMBNAIL = '/dev-api/api/imageproxy'
  4. # 84和71服务器
  5. VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://isoc.artaplay.com:8443/auth'
  6. # 84服务器
  7. VUE_APP_GATEWAY = 'isoc.artaplay.com:8443'
  8. # 71服务器
  9. # VUE_APP_GATEWAY = 'isoc.artaplay.com:7443'
  10. # VUE_APP_KEYCLOAK_OPTIONS_REALM = 'smsb-test'
  11. # aliyun
  12. # VUE_APP_GATEWAY = 'msr.idms.top'
  13. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://msr.idms.top/auth'
  14. # 徐州
  15. # VUE_APP_GATEWAY = 'msr.rondochina.com:6443'
  16. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://msr.rondochina.com:6443/auth'