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;
|
disable_registration = false;
|
||||||
port = cfg.api.port;
|
port = cfg.api.port;
|
||||||
tls = "none";
|
tls = "none";
|
||||||
notification_email = cfg.security.acme.email;
|
notification_email = config.security.acme.email;
|
||||||
corsorigins = [ "*" ];
|
corsorigins = [ "*" ];
|
||||||
use_header = false;
|
use_header = false;
|
||||||
header_name = "X-Forwarded-For";
|
header_name = "X-Forwarded-For";
|
||||||
|
|
Loading…
Reference in a new issue