Add option to not use gerbil subdomain

This commit is contained in:
Owen Schwartz 2024-11-24 11:05:47 -05:00
parent 4be535c08d
commit 50e2d6721f
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
2 changed files with 6 additions and 2 deletions

View file

@ -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),
}),