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: {
client: 'postgresql',
client: 'sqlite3',
connection: {
database: 'my_db',
user: 'username',
password: 'password'
},
pool: {
min: 2,
max: 10
filename: './db.sqlite3'
},
migrations: {
tableName: 'knex_migrations'