.env 607 B

123456789101112131415161718192021222324252627
  1. # gateway
  2. VUE_APP_GATEWAY = ''
  3. # base api
  4. VUE_APP_BASE_API = '/prod-api'
  5. # minio
  6. VUE_APP_MINIO = '/oss-api'
  7. # thumbnail
  8. VUE_APP_THUMBNAIL = '/api/imageproxy'
  9. # keycloak
  10. VUE_APP_KEYCLOAK_OPTIONS_URL = '/auth'
  11. VUE_APP_KEYCLOAK_OPTIONS_REALM = 'smsb-test'
  12. VUE_APP_KEYCLOAK_OPTIONS_CLIENTID = 'frontend-api'
  13. VUE_APP_KEYCLOAK_OPTIONS_ONLOAD = 'login-required'
  14. # mqtt
  15. # {protocol}://{gateway | host}{proxy}
  16. VUE_APP_MQTT_PROXY = '/mqtt'
  17. VUE_APP_MQTT_USER_NAME = 'frontend'
  18. VUE_APP_MQTT_PASSWORD = 'inspur-frontend'
  19. # camera
  20. # {protocol}://{gateway | host}{proxy}
  21. VUE_APP_CAMERA_PROXY = '/prod-api/websocket'