Updated prod db config to sqlite

This commit is contained in:
Nicolai Ort 2021-08-12 20:14:54 +02:00
parent 0a8a5c1fba
commit 8ea9478a10
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 2 additions and 8 deletions

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'