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.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/.env.example b/.env.example
index 291d00a..0a27bbb 100644
--- a/.env.example
+++ b/.env.example
@@ -14,6 +14,12 @@ NGIT_RELAY_DESCRIPTION=A GRASP-compliant Git relay with Nostr authorization
14NGIT_GIT_DATA_PATH=./data/git 14NGIT_GIT_DATA_PATH=./data/git
15NGIT_RELAY_DATA_PATH=./data/relay 15NGIT_RELAY_DATA_PATH=./data/relay
16 16
17# Database backend (memory, nostrdb, lmdb)
18# - memory: In-memory database (default, fastest, no persistence)
19# - nostrdb: NostrDB backend (persistent, optimized for Nostr) [Not yet implemented]
20# - lmdb: LMDB backend (persistent, general purpose) [Not yet implemented]
21NGIT_DATABASE_BACKEND=memory
22
17# Server configuration 23# Server configuration
18NGIT_BIND_ADDRESS=127.0.0.1:8080 24NGIT_BIND_ADDRESS=127.0.0.1:8080
19 25