mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-03 01:06:39 +00:00
Add option to not use gerbil subdomain
This commit is contained in:
@@ -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),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user