mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-01 08:34:53 +02:00
Defaults for org
This commit is contained in:
parent
a356147164
commit
300175ac67
1 changed files with 3 additions and 3 deletions
|
@ -174,9 +174,9 @@ export const configSchema = z
|
|||
.optional()
|
||||
.default({}),
|
||||
orgs: z.object({
|
||||
block_size: z.number().positive().gt(0),
|
||||
subnet_group: z.string()
|
||||
}),
|
||||
block_size: z.number().positive().gt(0).optional().default(24),
|
||||
subnet_group: z.string().optional().default("100.90.128.0/24")
|
||||
}).optional(),
|
||||
rate_limits: z
|
||||
.object({
|
||||
global: z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue