From 8716ac3e650075525cab7fb5caf1aa62b3efe55b Mon Sep 17 00:00:00 2001 From: NeonXP Date: Wed, 4 Jan 2023 18:44:58 +0300 Subject: rewrite --- etc/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'etc/config.json') 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", -- cgit v1.2.3