revert db engine

This commit is contained in:
Barry Deen 2024-09-09 18:38:12 -04:00
parent 2aab9f3e49
commit 9efa2149d0

View File

@ -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"