Files
dispatcher_ng/dispatcher_ng.conf
Wolfgang Hottgenroth 7e78a5724b heartbeat stuff
2018-05-16 10:32:13 +02:00

15 lines
395 B
Plaintext

{
"brokerUrl": "mqtt://127.0.0.1:1883",
"brokerUser": "",
"brokerPass": "",
"brokerCa": "",
"smtpHost": "localhost",
"smtpPort": 25,
"smtpSender": "dispatcher@hottis.de",
"smtpReceiver": "woho@hottis.de",
"homekitFile": "homekit.json",
"openhabItemFile": "openhab.items",
"heartbeatTopic": "dispatcher_ng/i/am/alive",
"heartbeatInterval": 10000
}