introduce configuration file

This commit is contained in:
Wolfgang Hottgenroth
2017-08-25 15:02:50 +02:00
parent 6a59880109
commit 8513aff641
5 changed files with 49 additions and 17 deletions

7
config.json Normal file
View File

@ -0,0 +1,7 @@
{
"brokerUrl": "mqtts://broker.hottis.de:8883",
"brokerUser": "wn",
"brokerPass": "locutus",
"brokerCa": "/home/wn/server-ca.crt",
"mongoDbUrl": "mongodb://localhost/hottis"
}