Fixes for a docker-compose working out of the box

This commit is contained in:
Xavier Krantz
2018-07-06 17:17:01 +02:00
parent 96a9c12300
commit 363a093387
3 changed files with 57 additions and 15 deletions

View File

@ -5,7 +5,7 @@ basedir = os.path.abspath(os.path.dirname(__file__))
WTF_CSRF_ENABLED = True
SECRET_KEY = 'changeme'
LOG_LEVEL = 'DEBUG'
LOG_FILE = 'log.txt'
LOG_FILE = 'logs/log.txt'
# TIMEOUT - for large zones
TIMEOUT = 10