Add example env files

This is useful for being able to easily set up an environment to deploy
This commit is contained in:
2025-02-16 12:55:25 -05:00
parent 35eec78138
commit 50bd214512
2 changed files with 5 additions and 0 deletions

3
deploy_host.example.env Normal file
View File

@@ -0,0 +1,3 @@
NATS_CREDS_FILE=/root/web-proxy.creds
NATS_URL=tls://apex.zambito.xyz
NATS_INBOX_PREFIX=_INBOX_web-proxy

2
dev_host.example.env Normal file
View File

@@ -0,0 +1,2 @@
DEPLOY_HOST=root@alpha.apex
DEPLOY_DIR=src/http-nats-proxy