modules(acme-dns): use config for security ACME
This commit is contained in:
parent
95df7029c6
commit
a52e253b4c
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue