typescriptifying

This commit is contained in:
Wolfgang Hottgenroth
2018-01-08 21:54:59 +01:00
parent c1fa639ae4
commit 9e39d74084
12 changed files with 607 additions and 105 deletions

10
dispatcher_ng.conf Normal file
View File

@ -0,0 +1,10 @@
{
"brokerUrl": "mqtt://172.16.2.15:1883",
"brokerUser": "",
"brokerPass": "",
"brokerCa": "",
"smtpHost": "localhost",
"smtpPort": 25,
"smtpSender": "dispatcher@hottis.de",
"smtpReceiver": "woho@hottis.de"
}