From 9efa2149d07af43417f83e1c0c568de393c9ea0a Mon Sep 17 00:00:00 2001 From: Barry Deen Date: Mon, 9 Sep 2024 18:38:12 -0400 Subject: [PATCH] revert db engine --- .env.example | 2 -- 1 file changed, 2 deletions(-) diff --git a/.env.example b/.env.example index ca235d5..be45312 100644 --- a/.env.example +++ b/.env.example @@ -6,8 +6,6 @@ RELAY_URL="wss://wot.utxo.one" # where we should store the database DB_PATH="db" -# what engine to use for the database: lmdb, badger -DB_ENGINE="lmdb" # where we should store the index.html and static files INDEX_PATH="templates/index.html"