mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 14:18:26 +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()
|
.optional()
|
||||||
.default({}),
|
.default({}),
|
||||||
orgs: z.object({
|
orgs: z.object({
|
||||||
block_size: z.number().positive().gt(0),
|
block_size: z.number().positive().gt(0).optional().default(24),
|
||||||
subnet_group: z.string()
|
subnet_group: z.string().optional().default("100.90.128.0/24")
|
||||||
}),
|
}).optional(),
|
||||||
rate_limits: z
|
rate_limits: z
|
||||||
.object({
|
.object({
|
||||||
global: z
|
global: z
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue