.env 728 B

123456789101112131415161718192021222324252627282930313233
  1. # 未开发的功能组件
  2. __PLACEHOLDER__ = 'disabled'
  3. # 传感器
  4. __SENSOR__ = 'disabled'
  5. __SENSOR_ELK__ = 'disabled'
  6. # gateway
  7. VUE_APP_GATEWAY = ''
  8. # base api
  9. VUE_APP_BASE_API = '/prod-api'
  10. # minio
  11. VUE_APP_MINIO = '/oss-api'
  12. # thumbnail
  13. VUE_APP_THUMBNAIL = '/api/imageproxy'
  14. # keycloak
  15. VUE_APP_KEYCLOAK_OPTIONS_URL = '/auth'
  16. VUE_APP_KEYCLOAK_OPTIONS_REALM = 'smsb-test'
  17. VUE_APP_KEYCLOAK_OPTIONS_CLIENTID = 'frontend-api'
  18. VUE_APP_KEYCLOAK_OPTIONS_ONLOAD = 'login-required'
  19. # mqtt
  20. # {protocol}://{gateway | host}{proxy}
  21. VUE_APP_MQTT_PROXY = '/mqtt'
  22. VUE_APP_MQTT_USER_NAME = 'frontend'
  23. VUE_APP_MQTT_PASSWORD = 'inspur-frontend'
  24. # camera
  25. # {protocol}://{gateway | host}{proxy}
  26. VUE_APP_CAMERA_PROXY = '/prod-api/websocket'