fixed a few bugs; todo: senses

This commit is contained in:
2019-04-06 19:38:36 +02:00
parent 87b1d010e2
commit e4730c40e1
7 changed files with 40 additions and 17 deletions

View File

@@ -3,5 +3,5 @@ debug: True
port: 5004
host: localhost
logfile: "/var/log/valency_backend.log"
prepare_db: True
prepare_db: False
---

View File

@@ -0,0 +1,7 @@
---
debug: True
port: 5004
host: localhost
logfile: "/var/log/valency_backend.log"
prepare_db: True
---