This commit is contained in:
Wolfgang Hottgenroth
2017-08-27 23:43:21 +02:00
parent 85db16a271
commit 6a364bd38a
7 changed files with 58 additions and 41 deletions

View File

@ -3,5 +3,9 @@
"brokerUser": "wn",
"brokerPass": "locutus",
"brokerCa": "/home/wn/server-ca.crt",
"mongoDbUrl": "mongodb://localhost/hottis"
"mongoDbUrl": "mongodb://localhost/hottis",
"smtpHost": "localhost",
"smtpPort": 25,
"smtpSender": "dispatcher@hottis.de",
"smtpReceiver": "woho@hottis.de"
}