mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 23:10:00 +02:00
Add option to not use gerbil subdomain
This commit is contained in:
parent
52b8e91476
commit
6e8feba33a
2 changed files with 6 additions and 2 deletions
|
@ -39,6 +39,7 @@ const environmentSchema = z.object({
|
|||
gerbil: z.object({
|
||||
start_port: portSchema,
|
||||
base_endpoint: z.string(),
|
||||
use_subdomain: z.boolean(),
|
||||
subnet_group: z.string(),
|
||||
block_size: z.number().positive().gt(0),
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue