chore: update email and site list in example.env
Some checks failed
Lint / lint (push) Has been cancelled
Stable build / v14 (push) Has been cancelled
Stable build / v15 (push) Has been cancelled
Stable build / Update example.env and pwd.yml (push) Has been cancelled
Stable build / Release Helm (push) Has been cancelled

This commit is contained in:
seangjr
2025-10-16 00:05:50 +08:00
parent 828a7db833
commit 884eac6294
3 changed files with 21 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ REDIS_CACHE=
REDIS_QUEUE=
# Only with HTTPS override
LETSENCRYPT_EMAIL=mail@example.com
LETSENCRYPT_EMAIL=admin@khaeli.com
# These environment variables are not required.
@@ -52,4 +52,4 @@ CLIENT_MAX_BODY_SIZE=
# List of sites for letsencrypt certificates quoted with backtick (`) and separated by comma (,)
# More https://doc.traefik.io/traefik/routing/routers/#rule
# About acme https://doc.traefik.io/traefik/https/acme/#domain-definition
SITES=`erp.example.com`
SITES=`erp.khaeli.com`,`hr.khaeli.com`,`helpdesk.khaeli.com`,`payments.khaeli.com`