expresser
Version:
A ready to use Node.js web app wrapper, built on top of Express.
26 lines (25 loc) • 479 B
JSON
{
"app": {
"title": "Expresser Test"
},
"general": {
"debug": false
},
"database": {
"mongo": {
"connString": "mongodb://127.0.0.1/expresser"
}
},
"logger": {
"console": false
},
"mailer": {
"smtp": {
"host": "smtp.mandrillapp.com",
"port": 587,
"secure": false,
"service": "mandrill"
}
},
"testingFileWatcher": true
}