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 | |
parent | 35eec781384d185f804620a0ebbd0de870598fc8 (diff) |
This is useful for being able to easily set up an environment to deploy
-rw-r--r-- | deploy_host.example.env | 3 | ||||
-rw-r--r-- | dev_host.example.env | 2 |
2 files changed, 5 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 diff --git a/dev_host.example.env b/dev_host.example.env new file mode 100644 index 0000000..705670e --- /dev/null +++ b/dev_host.example.env @@ -0,0 +1,2 @@ +DEPLOY_HOST=root@alpha.apex +DEPLOY_DIR=src/http-nats-proxy
\ No newline at end of file |