mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-11 05:26:32 +02:00
Make the email optional
This commit is contained in:
@@ -215,7 +215,7 @@ export const privateConfigSchema = z
|
||||
.string()
|
||||
.url()
|
||||
.default("https://acme-v02.api.letsencrypt.org/directory"),
|
||||
contact_email: z.string().email(),
|
||||
contact_email: z.string().email().optional(),
|
||||
acme_account_key_path: z
|
||||
.string()
|
||||
.default("./config/account.key"),
|
||||
|
||||
Reference in New Issue
Block a user