Seperate servers

This commit is contained in:
Owen Schwartz 2024-12-07 22:07:13 -05:00
parent ef7723561e
commit 37f51bec9b
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
8 changed files with 214 additions and 189 deletions

View file

@ -21,6 +21,7 @@ const environmentSchema = z.object({
server: z.object({
external_port: portSchema,
internal_port: portSchema,
next_port: portSchema,
internal_hostname: z.string(),
secure_cookies: z.boolean(),
signup_secret: z.string().optional(),