From 90d43702c8c38736d408ac38b85da9e340283aaa Mon Sep 17 00:00:00 2001 From: Erik Kristensen Date: Tue, 18 Mar 2014 09:19:41 -0400 Subject: [PATCH] removing old config.js file --- config.js | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 config.js diff --git a/config.js b/config.js deleted file mode 100644 index 218ae16..0000000 --- a/config.js +++ /dev/null @@ -1,38 +0,0 @@ -{ - - "host": "0.0.0.0", - "port": 7777, - - "keyLength": 10, - - "maxLength": 400000, - - "staticMaxAge": 86400, - - "recompressStaticAssets": true, - - "logging": [ - { - "level": "verbose", - "type": "Console", - "colorize": true - } - ], - - "keyGenerator": { - "type": "phonetic" - }, - - "storage": { - "type": "redis", - "host": "0.0.0.0", - "port": 6379, - "db": 2, - "expire": 2592000 - }, - - "documents": { - "about": "./about.md" - } - -}