fix Caddyfile and fix environment variable
This commit is contained in:
parent
3a544c53f5
commit
c29bc2bba6
|
@ -4,7 +4,7 @@
|
||||||
http_port 81
|
http_port 81
|
||||||
https_port 444
|
https_port 444
|
||||||
|
|
||||||
email ${CADDY_ACME_EMAIL}
|
email {$CADDY_ACME_EMAIL}
|
||||||
acme_dns porkbun {
|
acme_dns porkbun {
|
||||||
api_key {$PORKBUN_API_KEY}
|
api_key {$PORKBUN_API_KEY}
|
||||||
api_secret_key {$PORKBUN_API_SECRET_KEY}
|
api_secret_key {$PORKBUN_API_SECRET_KEY}
|
||||||
|
|
Loading…
Reference in a new issue