mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-25 19:55:41 +02:00
Adjust again for uncertian config
This commit is contained in:
parent
49f0f6ec7d
commit
77796e8a75
9 changed files with 18 additions and 13 deletions
|
@ -44,7 +44,7 @@ export const configSchema = z
|
|||
name: z.string().optional(),
|
||||
id: z.string().optional(),
|
||||
secret: z.string().optional(),
|
||||
endpoint: z.string().optional(),
|
||||
endpoint: z.string().optional().default("https://pangolin.fossorial.io"),
|
||||
redirect_endpoint: z.string().optional()
|
||||
})
|
||||
.optional(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue