Update config_template.py

add timeout requests
This commit is contained in:
Chuyen Vo 2016-03-17 11:59:33 +07:00
parent d231335382
commit 5e1898c47a

View file

@ -6,6 +6,9 @@ WTF_CSRF_ENABLED = True
SECRET_KEY = 'We are the world'
PORT = 9393
# TIMEOUT - for large zones
TIMEOUT = 10
# LOG CONFIG
LOG_LEVEL = 'DEBUG'
LOG_FILE = 'logfile.log'