diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 6 |
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 | |||
| 14 | NGIT_GIT_DATA_PATH=./data/git | 14 | NGIT_GIT_DATA_PATH=./data/git |
| 15 | NGIT_RELAY_DATA_PATH=./data/relay | 15 | NGIT_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] | ||
| 21 | NGIT_DATABASE_BACKEND=memory | ||
| 22 | |||
| 17 | # Server configuration | 23 | # Server configuration |
| 18 | NGIT_BIND_ADDRESS=127.0.0.1:8080 | 24 | NGIT_BIND_ADDRESS=127.0.0.1:8080 |
| 19 | 25 | ||