From d040dedc6e597e7cd23d6072dc012e80d852fc08 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Mon, 9 Jun 2014 16:51:53 -0400 Subject: [PATCH] Production uses postgres --- config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config.js b/config.js index 52ad004..835eeff 100644 --- a/config.js +++ b/config.js @@ -33,10 +33,7 @@ }, "storage": { - "type": "redis", - "host": "0.0.0.0", - "port": 6379, - "db": 2, + "type": "postgres", "expire": 2592000 },