change broker address
This commit is contained in:
@ -6,10 +6,10 @@ import time
|
||||
|
||||
|
||||
DEBUG = False
|
||||
BACKGROUND = True
|
||||
BACKGROUND = False
|
||||
PID_FILE = "/tmp/watchdog.pid"
|
||||
LOG_FILE = "/tmp/watchdog.log"
|
||||
BROKER = "mqttbroker"
|
||||
BROKER = "172.16.2.15"
|
||||
|
||||
|
||||
if BACKGROUND:
|
||||
|
Reference in New Issue
Block a user