.env.development 588 B

12345678910111213141516171819202122232425
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. VUE_APP_BASE_API = '/dev-api'
  5. # minio
  6. VUE_APP_MINIO = '/dev-api/oss-api'
  7. # thumbnail
  8. VUE_APP_THUMBNAIL = '/dev-api/api/imageproxy'
  9. # keycloak
  10. # 84服务器
  11. VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://isoc.artaplay.com:8443/auth'
  12. # VUE_APP_KEYCLOAK_OPTIONS_REALM = 'smsb-test'
  13. # aliyun
  14. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://msr.idms.top/auth'
  15. # 徐州
  16. # VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://msr.rondochina.com:6443/auth'
  17. # mqtt
  18. VUE_APP_MQTT_URL = 'ws://10.180.88.10:8083/mqtt'
  19. # VUE_APP_MQTT_URL = 'wss://msr.rondochina.com:6443/mqtt'