init
This commit is contained in:
parent
3b4972c95a
commit
e0aa0d55db
|
|
@ -6,46 +6,3 @@ spring:
|
||||||
profiles:
|
profiles:
|
||||||
# 环境配置
|
# 环境配置
|
||||||
active: jyy_canteen_local
|
active: jyy_canteen_local
|
||||||
mqtt:
|
|
||||||
emqx:
|
|
||||||
broker: ${EMQX_SERVER:tcp://emqx:1883}
|
|
||||||
routes:
|
|
||||||
"[device-online/#]": device-mqtt #设备上下线
|
|
||||||
"[device-state-log/#]": device-mqtt #设备状态上报
|
|
||||||
# "[device-heart-send/#]": device-mqtt #设备上下线(兼容新老版本)
|
|
||||||
"[device-online-v2/#]": device-mqtt #设备上下线
|
|
||||||
"[device-update-metadata-v2/#]": device-mqtt #设备基础设置上报
|
|
||||||
"[device-weight-info-report-v2/#]": device-mqtt #切菜上报
|
|
||||||
"[device-online-v4/#]": device-mqtt #设备上下线v4
|
|
||||||
"[device-update-base-config-report-v4/#]": device-mqtt #设备基础设置上报v4
|
|
||||||
"[device-weight-info-report-v4/#]": device-mqtt #切菜上报v4
|
|
||||||
"[device-update-gataway-devicestate-report-v4/#]": device-mqtt #设备网关状态切换上报v4
|
|
||||||
"[device-buffet-alarm-report-v4/#]": device-mqtt #设备计量主机异常上报入参
|
|
||||||
"[device-log-info-update-v4/#]": device-mqtt #设备日志上传消息
|
|
||||||
|
|
||||||
face:
|
|
||||||
arc-face:
|
|
||||||
app-id: 52XE2dQBtdmMsfDMvyKmPCD8wfSfJyBsQBsVa2HXS6pg
|
|
||||||
linux64-sdk-key: 3TMzo8nmWDka6NJDrbX7e2y1WpVESExKSnShHKmNAiML
|
|
||||||
face-engine-path: /data/arcsoft_lib_64
|
|
||||||
|
|
||||||
system:
|
|
||||||
mqtt-tcp-address: ${MQTT_TCP_ADDRESS:${RABBITMQ_CLIENT_ADDRESS:192.168.0.244:1883}}
|
|
||||||
mqtt-websocket-address: ${MQTT_WEBSOCKET_ADDRESS:${RABBITMQ_WEB_CLIENT_ADDRESS:}}
|
|
||||||
report-msg-consumer-incr: 1000
|
|
||||||
secure:
|
|
||||||
prohibit-unannotated-handler: false
|
|
||||||
expireAfter: ${SECURE_EXPIREAFTER:172800}
|
|
||||||
security:
|
|
||||||
encryptUriPrefix: /security
|
|
||||||
serverSm2Key: D55F4709BE51FCDC71D6385885A5CAEE70A09438F862BEB4E56F64A70C76EF5F
|
|
||||||
serverSm4Key: StqtdHhleMKClUGbmBqdrg==
|
|
||||||
clientKeySignParamName: securityClientKey
|
|
||||||
maxWindowSeconds: 300
|
|
||||||
ignoredUri:
|
|
||||||
- /security/captcha/
|
|
||||||
xxl:
|
|
||||||
job:
|
|
||||||
admin:
|
|
||||||
addresses: http://192.168.0.244:8088/xxl-job-admin
|
|
||||||
access-token: Bonus@jobqwreruw8irhiew88
|
|
||||||
Loading…
Reference in New Issue