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 /dev_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 'dev_host.example.env')
-rw-r--r-- | dev_host.example.env | 2 |
1 files changed, 2 insertions, 0 deletions
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 |