mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-03 01:24:58 +02:00
Seperate servers
This commit is contained in:
parent
ef7723561e
commit
37f51bec9b
8 changed files with 214 additions and 189 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue