.env 803 B

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