diff options
Diffstat (limited to 'example.env')
| -rw-r--r-- | example.env | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/example.env b/example.env new file mode 100644 index 0000000..6bf613f --- /dev/null +++ b/example.env @@ -0,0 +1,10 @@ +HOST__HTTP_PORT=80 +HOST__HTTPS_PORT=443 +HOST__CERT_DIR=/home/USER/.local/net_services/certs +HOST__GIT_REPO_DIR=/home/USER/.local/net_services/git +HOST__CGITRC_DIR=/home/USER/.local/net_services/cgit/cgitrc +HOST__CGIT_FILTER_DIR=/home/USER/.local/net_services/cgit/filter +HOST__CGIT_ABOUT_DIR=/home/USER/.local/net_services/cgit/about +HOST__RADICALE_USERS_DIR=/home/USER/.local/net_services/radicale + +NGINX__HOST=localhost |
