From 36e00bb29e2de113beddceda8625cfbcd23ec364 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Thu, 27 Sep 2012 12:03:52 -0400 Subject: [PATCH] Remove 'localhost' references --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 8f11900..218ae16 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ { - "host": "localhost", + "host": "0.0.0.0", "port": 7777, "keyLength": 10, @@ -25,7 +25,7 @@ "storage": { "type": "redis", - "host": "localhost", + "host": "0.0.0.0", "port": 6379, "db": 2, "expire": 2592000