diff options
Diffstat (limited to 'etc/config.json')
-rw-r--r-- | etc/config.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/config.json b/etc/config.json index 246d903..f0cf5e8 100644 --- a/etc/config.json +++ b/etc/config.json @@ -1,7 +1,8 @@ { "listen": ":5656", - "db": { - "path": "tree.db" + "db": "data", + "log": { + "level": "debug" }, "jwt": { "algorithm": "HS512", |