Skip to content

Commit

Permalink
Removed database details from example config file (moved to orm modul…
Browse files Browse the repository at this point in the history
…e config);
  • Loading branch information
danielyoung committed Jan 30, 2014
1 parent 751f6a9 commit 9eb5d86
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions config/local.example.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,7 @@
{
"environmentName": "LOCAL",

"memcacheHost": "localhost:11211",

"db": {
"username": "",
"password": "",
"database": "",
"options": {
"host": "",
"dialect": "mysql",
"port": 3306
}
},

"testDb": {
"username": "",
"password": "",
"database": "",
"options": {
"host": "",
"dialect": "mysql",
"port": 3306
}
},

"mongoose": {
"uri": "mongodb://localhost/database"
}
Expand Down

0 comments on commit 9eb5d86

Please sign in to comment.