Lock down some settings for Docker container

This commit is contained in:
JonnyWong16 2018-10-06 14:19:01 -07:00
parent 6bb6e27378
commit a976d65e9c
4 changed files with 33 additions and 20 deletions

View file

@ -68,6 +68,7 @@ DAEMON = False
CREATEPID = False
PIDFILE = None
NOFORK = False
DOCKER = False
SCHED = BackgroundScheduler()
SCHED_LOCK = threading.Lock()