removing old config.js file

This commit is contained in:
Erik Kristensen 2014-03-18 09:19:41 -04:00
parent ebb814a39a
commit 90d43702c8
1 changed files with 0 additions and 38 deletions

View File

@ -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"
}
}