src.nth.io/

summaryrefslogtreecommitdiff
path: root/relayer/templates/relayer.env.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2023-07-20 18:07:44 -0500
committerLuke Hoersten <[email protected]>2023-07-20 18:07:44 -0500
commitae20d50c6cbc7e881f2d8f967640d6762f0d9268 (patch)
tree5049555dd066b50629233502298e8e6faba42ea7 /relayer/templates/relayer.env.j2
parent8afdd6b72cc1eb7d95857d4bc2657a4a1bdae875 (diff)
Added nostr relayer role.
Diffstat (limited to 'relayer/templates/relayer.env.j2')
-rw-r--r--relayer/templates/relayer.env.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/relayer/templates/relayer.env.j2 b/relayer/templates/relayer.env.j2
new file mode 100644
index 0000000..9acacca
--- /dev/null
+++ b/relayer/templates/relayer.env.j2
@@ -0,0 +1,4 @@
+POSTGRESQL_DATABASE=postgres://{{relayer_db_user}}:{{relayer_db_pass}}@localhost:5432/{{relayer_db}}
+WHITELIST={{relayer_pubkey}}
+HOST=127.0.0.1
+PORT={{relayer_port}}