.env.development 674 B

12345678910111213141516171819202122232425262728
  1. #gateway
  2. # 84服务器
  3. VUE_APP_GATEWAY = 'isoc.artaplay.com:8443'
  4. # 71服务器
  5. # VUE_APP_GATEWAY = 'isoc.artaplay.com:7443'
  6. # aliyun
  7. # VUE_APP_GATEWAY = 'msr.idms.top'
  8. # 徐州
  9. # VUE_APP_GATEWAY = 'msr.rondochina.com:6443'
  10. # base api
  11. VUE_APP_BASE_API = '/dev-api'
  12. # minio
  13. VUE_APP_MINIO = '/dev-api/oss-api'
  14. # thumbnail
  15. VUE_APP_THUMBNAIL = '/dev-api/api/imageproxy'
  16. # keycloak
  17. # 84和71服务器
  18. VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://isoc.artaplay.com:8443/auth'
  19. # 84服务器
  20. VUE_APP_KEYCLOAK_OPTIONS_REALM = 'smsb'
  21. # aliyun
  22. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://msr.idms.top/auth'
  23. # 徐州
  24. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://msr.rondochina.com:6443/auth'