mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-12 02:47:46 +00:00
infer wild card cert if prefer flag is on
This commit is contained in:
@@ -29,6 +29,7 @@ const environmentSchema = z.object({
|
||||
http_entrypoint: z.string(),
|
||||
https_entrypoint: z.string().optional(),
|
||||
cert_resolver: z.string().optional(),
|
||||
prefer_wildcard_cert: z.boolean().optional(),
|
||||
}),
|
||||
gerbil: z.object({
|
||||
start_port: portSchema,
|
||||
|
||||
Reference in New Issue
Block a user