Files
platforms/backend/iot-server/etc/platform_iot_server_dev.yaml

27 lines
777 B
YAML

Service: platform-iot-server
MQTT:
Address: 127.0.0.1:1883
ListenerID: mqtt-tcp
Devices:
- ClientID: detector-0000000000000001
DeviceID: "0000000000000001"
Username: detector-0000000000000001
Password: change-me
UpTopic: devices/+/up
DownTopic: devices/{deviceId}/down
AckTopic: devices/+/ack
QoS: 1
TLS: false
CAFile: ""
CertificateFile: ""
PrivateKeyFile: ""
HTTP:
Address: 127.0.0.1:12428
InternalToken: change-me-iot-internal-token
CallbackURL: http://127.0.0.1:12429/internal/v1/device-messages
Protocol:
# 仅为本地开发占位。生产通过 HEQI_IOT_KEY_1/2/3 或密钥注入覆盖。
Key1: "00000000000000000000000000000000"
Key2: "11111111111111111111111111111111"
Key3: "22222222222222222222222222222222"