reverted http.debug to false
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user