src.nth.io/

summaryrefslogtreecommitdiff
path: root/nostr/relayer/templates/relayer.env.j2
blob: b51412cfab0e70f6dcd3b0638cf06136c1f564fc (plain)
1
2
3
4
POSTGRESQL_DATABASE=postgres://{{relayer_db_user}}:{{relayer_db_pass | urlencode | replace("/", "%2F")}}@localhost:5432/{{relayer_db}}
WHITELIST={{relayer_pubkey}}
HOST=127.0.0.1
PORT={{relayer_port}}