diff options
-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 |