Default Debug to False
This commit is contained in:
parent
57c9345e70
commit
428c99ab0a
|
@ -14,7 +14,7 @@ config["DOMAIN"] = "http://example.com"
|
||||||
config["PORT"] = 8282
|
config["PORT"] = 8282
|
||||||
|
|
||||||
# Disable this for production use
|
# 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
|
# Extended debug will add extra debug output that's not normally provided by flask
|
||||||
config["EXTENDED_DEBUG"] = False
|
config["EXTENDED_DEBUG"] = False
|
||||||
|
|
Loading…
Reference in New Issue