From 2c03cbbbf37386fba2d429f5e3a4cd47f84f20e3 Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 14 Apr 2013 18:15:51 +0000 Subject: [PATCH] revert config web change --- modules/web/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/config.json b/modules/web/config.json index 8087b2e..f714ecc 100644 --- a/modules/web/config.json +++ b/modules/web/config.json @@ -1,6 +1,6 @@ { "webHost": "localhost", - "webPort": 9001, + "webPort": 8080, "externalPath": false, "help": "https://github.com/reality/depressionbot/blob/master/modules/web/README.md" }