diff --git a/knexfile.js b/knexfile.js index 377e830..360fad8 100644 --- a/knexfile.js +++ b/knexfile.js @@ -10,15 +10,9 @@ module.exports = { }, production: { - client: 'postgresql', + client: 'sqlite3', connection: { - database: 'my_db', - user: 'username', - password: 'password' - }, - pool: { - min: 2, - max: 10 + filename: './db.sqlite3' }, migrations: { tableName: 'knex_migrations'