Files
selfhosting/.env.default
T

13 lines
229 B
Bash
Raw Normal View History

2020-06-28 16:43:30 +02:00
# ssl
2020-06-28 17:03:17 +02:00
GANDIV5_API_KEY=xxxxxxxxxxxxxxxxx
2020-06-28 16:43:30 +02:00
LETSENCRYPT_EMAIL=root@localhost.localdomain
# sites
2020-06-28 11:43:06 +02:00
DOMAIN=localhost.localdomain
2020-06-28 15:50:51 +02:00
HOST_TRAEFIK=traefik
2020-06-28 11:43:06 +02:00
HOST_GLANCES=glances
HOST_PORTAINER=portainer
2020-06-28 12:07:54 +02:00
HOST_MAIL=mail
2020-06-28 16:43:30 +02:00
# other
2020-06-28 11:43:06 +02:00
TZ=Europe/Paris
2020-06-28 16:43:30 +02:00