forked from Deuxfleurs/nixcfg
Change email address for let's encrypt expiry notifications
This commit is contained in:
parent
b4e737afdf
commit
f4689d25de
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ EOH
|
||||||
template {
|
template {
|
||||||
data = <<EOH
|
data = <<EOH
|
||||||
TRICOT_NODE_NAME={{ env "attr.unique.consul.name" }}
|
TRICOT_NODE_NAME={{ env "attr.unique.consul.name" }}
|
||||||
TRICOT_LETSENCRYPT_EMAIL=alex@adnab.me
|
TRICOT_LETSENCRYPT_EMAIL=prod-sysadmin@deuxfleurs.fr
|
||||||
TRICOT_ENABLE_COMPRESSION=true
|
TRICOT_ENABLE_COMPRESSION=true
|
||||||
TRICOT_CONSUL_HOST=https://consul.service.prod.consul:8501
|
TRICOT_CONSUL_HOST=https://consul.service.prod.consul:8501
|
||||||
TRICOT_CONSUL_TLS_SKIP_VERIFY=true
|
TRICOT_CONSUL_TLS_SKIP_VERIFY=true
|
||||||
|
|
Loading…
Reference in a new issue