modules(acme-dns): make api.port a string… :-)
This commit is contained in:
parent
fd16b9d13b
commit
68c36bedd3
1 changed files with 1 additions and 1 deletions
|
@ -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 = [ "*" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue