diff --git a/config/app.json b/config/app.json index 8be175b..64e1238 100644 --- a/config/app.json +++ b/config/app.json @@ -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" + } }