From aa20a5e4b97197ee50f982fe07cab4c2df65ac25 Mon Sep 17 00:00:00 2001 From: aglkm <39521015+aglkm@users.noreply.github.com> Date: Sun, 15 Dec 2024 14:20:12 +0300 Subject: [PATCH] disable db by default --- Explorer.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Explorer.toml b/Explorer.toml index 269c728..2c3be0a 100644 --- a/Explorer.toml +++ b/Explorer.toml @@ -32,7 +32,7 @@ public_api = "enabled" # Database path. # By default, it will be created in the current directory. # Comment out if you don't want to use sqlite database -database = "database.sqlite" +# database = "database.sqlite" # Grinnode config