5
0
mirror of https://github.com/cwinfo/powerdns-admin.git synced 2025-05-10 20:17:19 +00:00

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

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