diff options
author | Alex Auvolat <alex@adnab.me> | 2022-10-09 22:57:55 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-10-09 22:57:55 +0200 |
commit | f4689d25dea1e27c843eec8a408d52cc2b5f2bbf (patch) | |
tree | 8394c669ea4c287b1ec5386a0339bd92c87274d8 | |
parent | b4e737afdf627a0fb7c80f3742f380bc4e8a0f77 (diff) | |
download | nixcfg-f4689d25dea1e27c843eec8a408d52cc2b5f2bbf.tar.gz nixcfg-f4689d25dea1e27c843eec8a408d52cc2b5f2bbf.zip |
Change email address for let's encrypt expiry notifications
-rw-r--r-- | cluster/prod/app/core/deploy/core.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/core/deploy/core.hcl b/cluster/prod/app/core/deploy/core.hcl index 3625993..7449740 100644 --- a/cluster/prod/app/core/deploy/core.hcl +++ b/cluster/prod/app/core/deploy/core.hcl @@ -119,7 +119,7 @@ EOH template { data = <<EOH 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_CONSUL_HOST=https://consul.service.prod.consul:8501 TRICOT_CONSUL_TLS_SKIP_VERIFY=true |