mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-03 09:34:48 +02:00
minor bug files, remove unqiue constraint, and start migration
This commit is contained in:
parent
ff37e07ce6
commit
e11748fe30
5 changed files with 97 additions and 10 deletions
|
@ -42,7 +42,7 @@ const configSchema = z.object({
|
|||
z.string(),
|
||||
z.object({
|
||||
base_domain: hostnameSchema.transform((url) => url.toLowerCase()),
|
||||
cert_resolver: z.string(),
|
||||
cert_resolver: z.string().optional(),
|
||||
prefer_wildcard_cert: z.boolean().optional()
|
||||
})
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue