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