From dfe61f3a1786de6bae6e5518c975430ea96e289e Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Mon, 6 Aug 2012 15:06:53 +0100 Subject: [PATCH] Reverted back default port to 3000. My bad. --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index ec6acf7e8..1aa4c98f7 100644 --- a/config.yaml +++ b/config.yaml @@ -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