Add an example file for .env setup as well as new env variables.

This commit is contained in:
2026-03-27 17:25:21 -07:00
parent ab396a9739
commit 7e7214eaf7

16
example.env Normal file
View File

@@ -0,0 +1,16 @@
# Variables for fast-access of production server.
PROD_USER=user
PROD_NAME=example.com
PROD_PORT=2222
PROD_GIT_USER=git
PROD_GIT_HOST=git.example.com
PROD_GIT_PORT=8080
PROD_DATA_USER=data
PROD_DATA_HOST=sftp.example.com
PROD_DATA_PORT=2200
PROG="$(basename -- "${BASH_SOURCE[0]}")"
echo "'$PROG' completed!"