make db configurable

This commit is contained in:
2021-10-05 18:16:26 +02:00
parent 835801c0c6
commit 50b44d9762
3 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
logging:
level: DEBUG
db:
driver: sqlite3
connect_to: "file:csgowtfd.db?_fk=1&cache=shared"
parser:
worker: 6