| 123456789101112131415161718192021222324252627 |
- # 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'
|