reverted http.debug to false

This commit is contained in:
antisnatchor
2012-03-15 18:37:53 +01:00
parent 11fbeb3296
commit 5e2de7d378

View File

@@ -27,7 +27,7 @@ beef:
permitted_ui_subnet: "0.0.0.0/0"
http:
debug: true #Thin::Logging.debug, very verbose. Prints also full exception stack trace.
debug: false #Thin::Logging.debug, very verbose. Prints also full exception stack trace.
host: "0.0.0.0"
port: "3000"
# if running behind a nat set the public ip address here