Reverted back default port to 3000. My bad.

This commit is contained in:
antisnatchor
2012-08-06 15:06:53 +01:00
parent b3b3ae828b
commit dfe61f3a17

View File

@@ -29,7 +29,7 @@ beef:
http:
debug: false #Thin::Logging.debug, very verbose. Prints also full exception stack trace.
host: "0.0.0.0"
port: "443"
port: "3000"
# if running behind a nat set the public ip address here
#public: ""
#public_port: "" # port setting is experimental