fix
This commit is contained in:
parent
50af4ebcaa
commit
02b50b6c18
@ -6,10 +6,10 @@ import time
|
||||
import datetime
|
||||
|
||||
|
||||
DEBUG = True
|
||||
BACKGROUND = False
|
||||
PID_FILE = "/tmp/mqttClock.pid"
|
||||
LOG_FILE = "/tmp/mqttClock.log"
|
||||
DEBUG = False
|
||||
BACKGROUND = True
|
||||
PID_FILE = "/opt/logs/mqttClock.pid"
|
||||
LOG_FILE = "/opt/logs/mqttClock.log"
|
||||
BROKER = "172.16.2.15"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user