.env 746 B

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