diff options
Diffstat (limited to 'example.env')
| -rw-r--r-- | example.env | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/example.env b/example.env index 0ce131f..df92ee9 100644 --- a/example.env +++ b/example.env @@ -6,8 +6,7 @@ HOST__HTTP_PORT=80 HOST__HTTPS_PORT=443 # Directory containing the TLS certificate/key pair named -# `server.crt`/`server.key` as well as a `.htpasswd` file with the encrypted -# credentials to access logseq +# `server.crt`/`server.key` HOST__SECRET_DIR=/home/USER/.local/net_services/certs # Directory containing Git repositories @@ -21,3 +20,6 @@ HOST__CGIT_ABOUT_DIR=/home/USER/.local/net_services/cgit/about # Directory containing the `.htpasswd` file with the encrypted credentials of the # Radicale users. HOST__RADICALE_USERS_DIR=/home/USER/.local/net_services/radicale + +# Directory for Syncthing shared folders +HOST__SYNC_DIR=/home/USER/.local/net_services/syncthing |
