src.nth.io/

summaryrefslogtreecommitdiff
path: root/relayer/templates/relayer.env.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2023-07-22 15:50:36 -0500
committerLuke Hoersten <[email protected]>2023-07-22 15:50:36 -0500
commit58d6bb46618d2cfef3a2f381e46b5eba193d7270 (patch)
tree5c1cd5ac5f604508fb27808eff3b4154c9692de1 /relayer/templates/relayer.env.j2
parentd6454704216bfa4b4f6e8a250f057f2b0d543fa1 (diff)
Split out nostr install and build roles.
Diffstat (limited to 'relayer/templates/relayer.env.j2')
-rw-r--r--relayer/templates/relayer.env.j24
1 files changed, 0 insertions, 4 deletions
diff --git a/relayer/templates/relayer.env.j2 b/relayer/templates/relayer.env.j2
deleted file mode 100644
index 9acacca..0000000
--- a/relayer/templates/relayer.env.j2
+++ /dev/null
@@ -1,4 +0,0 @@
-POSTGRESQL_DATABASE=postgres://{{relayer_db_user}}:{{relayer_db_pass}}@localhost:5432/{{relayer_db}}
-WHITELIST={{relayer_pubkey}}
-HOST=127.0.0.1
-PORT={{relayer_port}}