Skip to content

Commit

Permalink
Fixed bugs from 40597153d8dbb1afb652564126d3dfea0b98377f in the confi…
Browse files Browse the repository at this point in the history
…g template
  • Loading branch information
asbjornu committed Nov 23, 2015
1 parent 695c561 commit 35a9bd2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config.js.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ exports.db = {
database: '<database>',
host: '127.0.0.1',
dialect: 'postgres',
// Logging to app.utility.debug(log. See the 'Options' section of
// http://docs.sequelizejs.com/en/1.7.0/docs/usage/ for
// more information.
logging: app.utility.debug(log,
// Logging is turned on.
logging: true,
force: false
},
test: {
Expand Down

0 comments on commit 35a9bd2

Please sign in to comment.