2
0
Fork 0
tcrud/example/example-config.json
2017-06-10 16:53:29 +02:00

46 lines
782 B
JSON

{
"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": {
}
}
}
}