upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.example b/.env.example
index 0a27bbb..796415e 100644
--- a/.env.example
+++ b/.env.example
@@ -17,7 +17,7 @@ NGIT_RELAY_DATA_PATH=./data/relay
17# Database backend (memory, nostrdb, lmdb) 17# Database backend (memory, nostrdb, lmdb)
18# - memory: In-memory database (default, fastest, no persistence) 18# - memory: In-memory database (default, fastest, no persistence)
19# - nostrdb: NostrDB backend (persistent, optimized for Nostr) [Not yet implemented] 19# - nostrdb: NostrDB backend (persistent, optimized for Nostr) [Not yet implemented]
20# - lmdb: LMDB backend (persistent, general purpose) [Not yet implemented] 20# - lmdb: LMDB backend (persistent, general purpose)
21NGIT_DATABASE_BACKEND=memory 21NGIT_DATABASE_BACKEND=memory
22 22
23# Server configuration 23# Server configuration