modules(acme-dns): make api.port a string… :-)

This commit is contained in:
Raito Bezarius 2021-07-24 23:27:15 +02:00
parent fd16b9d13b
commit 68c36bedd3

View file

@ -68,7 +68,7 @@ in
api = {
ip = cfg.api.listen;
disable_registration = false;
port = cfg.api.port;
port = toString cfg.api.port;
tls = "none";
notification_email = config.security.acme.email;
corsorigins = [ "*" ];