mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-02 09:05:49 +02:00
infer wild card cert if prefer flag is on
This commit is contained in:
parent
5c80f026bc
commit
e279d93570
2 changed files with 26 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue