diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-02-16 12:55:25 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-02-16 12:55:26 -0500 |
commit | 50bd2145129d40e111088a4a80be732f8614bd5c (patch) | |
tree | c8b2540e508e383301505e517d7790ab4c6cb396 /deploy_host.example.env | |
parent | 35eec781384d185f804620a0ebbd0de870598fc8 (diff) |
Add example env files
This is useful for being able to easily set up an environment to deploy
Diffstat (limited to 'deploy_host.example.env')
-rw-r--r-- | deploy_host.example.env | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy_host.example.env b/deploy_host.example.env new file mode 100644 index 0000000..3d33eb8 --- /dev/null +++ b/deploy_host.example.env @@ -0,0 +1,3 @@ +NATS_CREDS_FILE=/root/web-proxy.creds +NATS_URL=tls://apex.zambito.xyz +NATS_INBOX_PREFIX=_INBOX_web-proxy
\ No newline at end of file |