diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-25 15:07:40 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-25 15:07:40 +0000 |
| commit | 5ad9d9093fcbe7037e5474a9d8fa20a0b64fb79a (patch) | |
| tree | 3c22fb4b42a62badedc29963d1ce39a2fbc83bb1 /.env.example | |
| parent | 4fc3b279d3eb86993f7748959a3986be5a6c49a7 (diff) | |
drop nostr-db backend support, keep only lmdb and memory
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.env.example b/.env.example index 01854f4..43f8f6f 100644 --- a/.env.example +++ b/.env.example | |||
| @@ -67,11 +67,10 @@ | |||
| 67 | 67 | ||
| 68 | # Database backend for Nostr events | 68 | # Database backend for Nostr events |
| 69 | # CLI: --database-backend <backend> | 69 | # CLI: --database-backend <backend> |
| 70 | # Options: lmdb, memory, nostrdb | 70 | # Options: lmdb, memory |
| 71 | # Default: lmdb | 71 | # Default: lmdb |
| 72 | # - lmdb: LMDB backend (persistent, general purpose) - RECOMMENDED | 72 | # - lmdb: LMDB backend (persistent, general purpose) - RECOMMENDED |
| 73 | # - memory: In-memory database (fastest, no persistence, uses temp dirs) | 73 | # - memory: In-memory database (fastest, no persistence, uses temp dirs) |
| 74 | # - nostrdb: NostrDB backend (persistent, Nostr-optimized) [Not yet implemented] | ||
| 75 | # | 74 | # |
| 76 | # Note: When using 'memory' backend, git_data_path and relay_data_path | 75 | # Note: When using 'memory' backend, git_data_path and relay_data_path |
| 77 | # are automatically set to temporary directories for ephemeral testing. | 76 | # are automatically set to temporary directories for ephemeral testing. |