Default Debug to False

This commit is contained in:
Dominik V. Salonen 2016-09-23 10:47:19 +02:00
parent 57c9345e70
commit 428c99ab0a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ config["DOMAIN"] = "http://example.com"
config["PORT"] = 8282
# Disable this for production use
config["DEBUG"] = True
config["DEBUG"] = False
# Extended debug will add extra debug output that's not normally provided by flask
config["EXTENDED_DEBUG"] = False