diff options
Diffstat (limited to 'db/bookshelf.js')
| -rw-r--r-- | db/bookshelf.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/bookshelf.js b/db/bookshelf.js index 00a0614..5730923 100644 --- a/db/bookshelf.js +++ b/db/bookshelf.js @@ -1,5 +1,5 @@ -re('knex')({ - client: 'postgresql', +var knex = require('knex')({ + client: 'mysql', connection: { host : process.env.DB_HOST, user : process.env.DB_USER, |
