other database

This commit is contained in:
Wolfgang Hottgenroth
2015-06-09 22:13:26 +02:00
parent d851a9f5dc
commit 60c2292718

View File

@ -18,9 +18,9 @@ PID_FILE = "/tmp/mqtt2mongo.pid"
LOG_FILE = "/tmp/mqtt2mongo.log"
BROKER = "mqttbroker"
TOPICS = ['IoT/Measurement/#', 'IoT/WiFiPowerMeter/Measurement']
MONGO_HOST = "172.16.2.15"
MONGO_DATABASE = "test"
MONGO_COLLECTION = "test"
MONGO_HOST = "localhost"
MONGO_DATABASE = "iot"
MONGO_COLLECTION = "iot"
if BACKGROUND: