| 1234567891011121314151617181920212223242526272829303132333435 |
- ENV = 'currency'
- # 未开发的功能组件
- __PLACEHOLDER__ = 'disabled'
- # 传感器
- __SENSOR__ = 'disabled'
- __SENSOR_ELK__ = 'disabled'
- # gateway
- VUE_APP_GATEWAY = ''
- # base api
- VUE_APP_BASE_API = '/prod-api'
- # minio
- VUE_APP_MINIO = '/oss-api'
- # thumbnail
- VUE_APP_THUMBNAIL = '/api/imageproxy'
- # keycloak
- VUE_APP_KEYCLOAK_OPTIONS_URL = '/auth'
- VUE_APP_KEYCLOAK_OPTIONS_REALM = 'smsb-test'
- VUE_APP_KEYCLOAK_OPTIONS_CLIENTID = 'frontend-api'
- VUE_APP_KEYCLOAK_OPTIONS_ONLOAD = 'login-required'
- # mqtt
- # {protocol}://{gateway | host}{proxy}
- VUE_APP_MQTT_PROXY = '/mqtt'
- VUE_APP_MQTT_USER_NAME = 'frontend'
- VUE_APP_MQTT_PASSWORD = 'inspur-frontend'
- # camera
- # {protocol}://{gateway | host}{proxy}
- VUE_APP_CAMERA_PROXY = '/prod-api/websocket'
|