Skip to content

Commit

Permalink
Added database configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarkus committed Dec 3, 2013
1 parent 5056913 commit 9df01dd
Showing 1 changed file with 4 additions and 45 deletions.
49 changes: 4 additions & 45 deletions config/app.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,6 @@
{
// Uncomment and change as needed (Be careful not to leave trailing commas!)

// "port": 8000,
//
// "host": "localhost",
//
// "i18n": {
// "fallback": "en-US",
// "contentPath": "path:./locales"
// },
//
// "routes": {
// "routePath": "path:./controllers"
// },
//
// "view engines": {
// "js": {
// "module": "adaro",
// "settings": {
// "helpers": null,
// "stream": false
// }
// },
//
// "dust": {
// "module": "adaro",
// "settings": {
// "helpers": null,
// "stream": false
// }
// }
// },
// "express": {
// "x-powered-by": false,
// "trust proxy": false,
// "jsonp callback name": null,
// "json replacer": null,
// "json spaces": 0,
// "case sensitive routing": false,
// "strict routing": false,
// "view cache": true,
// "view engine": "js",
// "views": "path:./.build/templates"
// }

"databaseConfig": {
"host": "localhost",
"database": "test"
}
}

0 comments on commit 9df01dd

Please sign in to comment.