.env.development 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ENV = 'alpha'
  2. #VUE_APP_BASE_API = '/dev-api'
  3. VUE_APP_BASE_API = '/prod-api'
  4. VUE_APP_MINIO = '/oss-api'
  5. #VUE_APP_MINIO = 'http://172.31.33.2:20001/oss-api'
  6. VUE_APP_THUMBNAIL = '/dev-api/api/imageproxy'
  7. # 离线地图配置
  8. VUE_APP_OFFLINE_MAP = '/dev-api/offline-map'
  9. VUE_APP_OFFLINE_MAP_GATEWAY = '127.0.0.1'
  10. VUE_APP_OFFLINE_MAP_PROXY = '/tiles'
  11. # 84服务器 10.180.88.84:8093
  12. # VUE_APP_GATEWAY = 'isoc.artaplay.com:8443'
  13. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://isoc.artaplay.com:8443/auth'
  14. # 71服务器 10.180.88.71:6443
  15. # VUE_APP_GATEWAY = 'isoc.artaplay.com:7443'
  16. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://isoc.artaplay.com:8443/auth'
  17. # 110.5服务器
  18. #VUE_APP_GATEWAY = '10.58.110.5'
  19. #VUE_APP_KEYCLOAK_OPTIONS_URL = 'http://10.58.110.5:9080/auth'
  20. #VUE_APP_GATEWAY = '192.168.2.120'
  21. #VUE_APP_KEYCLOAK_OPTIONS_URL = 'http://192.168.2.120:9080/auth'
  22. # 孙村服务器
  23. VUE_APP_GATEWAY = '172.31.33.2'
  24. VUE_APP_KEYCLOAK_OPTIONS_URL = 'http://172.31.33.2:20005/auth'
  25. #浪潮云
  26. # VUE_APP_GATEWAY = 'msr.inspur.com:8084'
  27. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://msr.inspur.com:8084/auth'
  28. # 深圳办公环境 测试
  29. # VUE_APP_GATEWAY = '10.180.88.84:8093'
  30. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'http://10.180.88.84:8093/auth'
  31. # 屏管家
  32. # VUE_APP_GATEWAY = '172.31.4.238'
  33. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'http://172.31.4.238/auth'