Add missing semicolon

This commit is contained in:
Danila Fedorin 2021-10-22 22:51:52 -07:00
parent ec3261394b
commit 423547a0c5
1 changed files with 1 additions and 1 deletions

View File

@ -58,5 +58,5 @@ in
# If any domain uses SSL, enable ACME and accept terms.
security.acme.email = "danila.fedorin@gmail.com";
security.acme.acceptTerms = true;
}
};
}