From 1ba57f4d5d1b1c6b5207e40f02a245c2df7815e4 Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 14 Apr 2013 14:38:04 +0000 Subject: [PATCH] revert the fucking web config file again --- modules/web/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/web/config.json b/modules/web/config.json index 1b7646b..f714ecc 100644 --- a/modules/web/config.json +++ b/modules/web/config.json @@ -1,6 +1,6 @@ { - "webHost": "nourishedcloud.com", - "webPort": 9001, + "webHost": "localhost", + "webPort": 8080, "externalPath": false, "help": "https://github.com/reality/depressionbot/blob/master/modules/web/README.md" }