modules(acme-dns): use config for security ACME

This commit is contained in:
Raito Bezarius 2021-07-24 23:05:26 +02:00
parent 95df7029c6
commit a52e253b4c

View file

@ -69,7 +69,7 @@ in
disable_registration = false;
port = cfg.api.port;
tls = "none";
notification_email = cfg.security.acme.email;
notification_email = config.security.acme.email;
corsorigins = [ "*" ];
use_header = false;
header_name = "X-Forwarded-For";