dropped sqlite support

This commit is contained in:
2021-10-25 07:31:36 +02:00
parent b821a44a5d
commit 0b6d31968c
4 changed files with 2 additions and 15 deletions

View File

@@ -2,8 +2,8 @@ logging:
level: DEBUG
db:
driver: sqlite3
connect_to: "file:csgowtfd.db?_journal_mode=WAL&_fk=1&cache=shared&_sync=NORMAL"
driver: pgx
connect_to: "postgres://username:password@localhost:5432/database_name"
parser:
worker: 6