diff options
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. |