nostr/relayer/templates/relayer.env.j2
author Luke Hoersten <luke@hoersten.org>
Thu, 29 May 2025 20:01:29 -0500
changeset 242 e7083ad5c365
parent 217 e69a030975c4
permissions -rw-r--r--
Fixed an error with overwriting certbot certs.

POSTGRESQL_DATABASE=postgres://{{relayer_db_user}}:{{relayer_db_pass}}@localhost:5432/{{relayer_db}}
WHITELIST={{relayer_pubkey}}
HOST=127.0.0.1
PORT={{relayer_port}}