Update .env example

This commit is contained in:
timvisee
2020-07-09 11:20:03 +02:00
parent 503ef9e6d9
commit b8441c4055
2 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
# Host to expose Send on
HOST=myhost
HOST=send.example.org
# Configure these to enable automatic LetsEncrypt certificate generation
# Optional: for LetsEncrypt SSL, your email address
LETSENCRYPT_EMAIL=mail@example.org
# Optional: for LetsEncrypt SSL, same as HOST
LETSENCRYPT_HOST=

View File

@@ -8,11 +8,13 @@
- Visit your domain
### Example .env
```.env
```bash
# Host to expose Send on
HOST=myhost
HOST=send.example.org
# Configure these to enable automatic LetsEncrypt certificate generation
# Optional: for LetsEncrypt SSL, your email address
LETSENCRYPT_EMAIL=mail@example.org
# Optional: for LetsEncrypt SSL, same as HOST
LETSENCRYPT_HOST=
```