Match env var style in coop-cloud-apps
Some checks failed
continuous-integration/drone/push Build is failing

See ac0205920c.
This commit is contained in:
2020-10-15 15:38:05 +02:00
parent fde205bdee
commit 687db279d1

View File

@ -37,14 +37,14 @@ ping:
certificatesResolvers:
staging:
acme:
email: {{ env "LETSENCRYPT_EMAIL" }}
email: {{ env "LETS_ENCRYPT_EMAIL" }}
storage: /etc/letsencrypt/staging-acme.json
caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
httpChallenge:
entryPoint: web
production:
acme:
email: {{ env "LETSENCRYPT_EMAIL" }}
email: {{ env "LETS_ENCRYPT_EMAIL" }}
storage: /etc/letsencrypt/production-acme.json
httpChallenge:
entryPoint: web