.env.development 709 B

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