{ "winston": { "console": { "level": "debug", "silent": false, "colorize": true, "timestamp": null }, "file": { "level": "debug", "silent": false, "colorize": false, "timestamp": null, "json": false, "filename": "www_logs/server.log" } }, "server": { "httpPort": 8008, "httpTrustProxy": true, "sessionSecret": "tcrudIDKEy", "sessionTTL": "14 * 24 * 60 * 60" }, "application": { "name": "TCrud Example Server", "index": { "pageTitle": "TCrud Example Server", "pageKeywords": "node,crud,api,json,xml,views" } }, "options": { "static": { "maxAge": 86400000 }, "cookieParser": { "secretKey": "test88test" }, "rss": { "link": "http://localhost:8008", "author": "TCrud", "options": { } } } }