Updated prod db config to sqlite

This commit is contained in:
2021-08-12 20:14:54 +02:00
parent 0a8a5c1fba
commit 8ea9478a10

View File

@@ -10,15 +10,9 @@ module.exports = {
}, },
production: { production: {
client: 'postgresql', client: 'sqlite3',
connection: { connection: {
database: 'my_db', filename: './db.sqlite3'
user: 'username',
password: 'password'
},
pool: {
min: 2,
max: 10
}, },
migrations: { migrations: {
tableName: 'knex_migrations' tableName: 'knex_migrations'