1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-18 12:30:36 +02:00

lightsail: wrong Region env var name

This commit is contained in:
Clement Jean 2021-06-28 03:51:05 +08:00 committed by GitHub
parent fbd369e04e
commit 284d1a3e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ const (
const (
envNamespace = "LIGHTSAIL_"
EnvRegion = envNamespace + "LIGHTSAIL_REGION"
EnvRegion = envNamespace + "REGION"
EnvDNSZone = "DNS_ZONE"
EnvPropagationTimeout = envNamespace + "PROPAGATION_TIMEOUT"