.env.development 750 B

1234567891011121314151617181920212223
  1. ENV = 'staging'
  2. VUE_APP_BASE_API = '/dev-api'
  3. VUE_APP_MINIO = '/dev-api/oss-api'
  4. VUE_APP_THUMBNAIL = '/dev-api/api/imageproxy'
  5. # 84服务器 10.180.88.84:8093
  6. VUE_APP_GATEWAY = 'isoc.artaplay.com:8443'
  7. VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://isoc.artaplay.com:8443/auth'
  8. # 71服务器 10.180.88.71:6443
  9. # VUE_APP_GATEWAY = 'isoc.artaplay.com:7443'
  10. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://isoc.artaplay.com:8443/auth'
  11. # 110.5服务器
  12. # VUE_APP_GATEWAY = '10.58.110.5'
  13. # VUE_APP_KEYCLOAK_OPTIONS_REALM = 'smsb-test'
  14. # 浪潮云
  15. # VUE_APP_GATEWAY = 'msr.inspur.com:8084'
  16. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://msr.inspur.com:8084/auth'
  17. # 屏管家
  18. # VUE_APP_GATEWAY = '172.31.4.238'
  19. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'http://172.31.4.238/auth'