diff options
author | NeonXP <i@neonxp.dev> | 2023-01-04 18:44:58 +0300 |
---|---|---|
committer | NeonXP <i@neonxp.dev> | 2023-01-04 18:44:58 +0300 |
commit | 8716ac3e650075525cab7fb5caf1aa62b3efe55b (patch) | |
tree | f34dcb33400ef6bfd7f01b55a04f59784505c506 /etc/config.json | |
parent | e91712e388c530dd5bdfb46f028157a62a60b1e3 (diff) |
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", |