mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-24 17:49:07 -05:00
improvement: document pg connection_write config
This commit is contained in:
parent
beffeb4d86
commit
993fec4eed
|
@ -52,6 +52,10 @@ description = "A newly created nostr-rs-relay.\n\nCustomize this with your own i
|
||||||
# sqlite.
|
# sqlite.
|
||||||
#connection = "postgresql://postgres:nostr@localhost:7500/nostr"
|
#connection = "postgresql://postgres:nostr@localhost:7500/nostr"
|
||||||
|
|
||||||
|
# Optional database connection string for writing. Use this for
|
||||||
|
# postgres clusters where you want to separate reads and writes to
|
||||||
|
# different nodes. Ignore for single-database instances.
|
||||||
|
#connection_write = "postgresql://postgres:nostr@localhost:7500/nostr"
|
||||||
|
|
||||||
[grpc]
|
[grpc]
|
||||||
# gRPC interfaces for externalized decisions and other extensions to
|
# gRPC interfaces for externalized decisions and other extensions to
|
||||||
|
|
Loading…
Reference in New Issue
Block a user