.env.development 509 B

123456789101112131415161718
  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和71服务器
  6. VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://isoc.artaplay.com:8443/auth'
  7. # 84服务器
  8. VUE_APP_GATEWAY = 'isoc.artaplay.com:8443'
  9. # 71服务器
  10. # VUE_APP_GATEWAY = 'isoc.artaplay.com:7443'
  11. # VUE_APP_KEYCLOAK_OPTIONS_REALM = 'smsb-test'
  12. # 徐州
  13. # VUE_APP_GATEWAY = 'msr.rondochina.com:6443'
  14. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://msr.rondochina.com:6443/auth'