Loading config.js +45 −34 Original line number Diff line number Diff line { "host": "0.0.0.0", "port": 7777, "keyLength": 10, "maxLength": 400000, "staticMaxAge": 86400, "recompressStaticAssets": true, "logging": [ { "level": "verbose", Loading @@ -12,9 +18,11 @@ "colorize": true } ], "keyGenerator": { "type": "phonetic" }, "rateLimits": { "categories": { "normal": { Loading @@ -23,6 +31,7 @@ } } }, "storage": { "type": "redis", "host": "0.0.0.0", Loading @@ -30,7 +39,9 @@ "db": 2, "expire": 2592000 }, "documents": { "about": "./about.md" } } Loading
config.js +45 −34 Original line number Diff line number Diff line { "host": "0.0.0.0", "port": 7777, "keyLength": 10, "maxLength": 400000, "staticMaxAge": 86400, "recompressStaticAssets": true, "logging": [ { "level": "verbose", Loading @@ -12,9 +18,11 @@ "colorize": true } ], "keyGenerator": { "type": "phonetic" }, "rateLimits": { "categories": { "normal": { Loading @@ -23,6 +31,7 @@ } } }, "storage": { "type": "redis", "host": "0.0.0.0", Loading @@ -30,7 +39,9 @@ "db": 2, "expire": 2592000 }, "documents": { "about": "./about.md" } }