mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-16 18:06:39 +00:00
point the resource to the nextjs server for maintenance screen
This commit is contained in:
committed by
Owen Schwartz
parent
1d862131dd
commit
d82535d3e1
@@ -218,7 +218,7 @@ export const configSchema = z
|
||||
file_mode: z.boolean().optional().default(false),
|
||||
pp_transport_prefix: z.string().optional().default("pp-transport-v"),
|
||||
maintenance_host: z.string().optional(),
|
||||
maintenance_port: z.number().optional().default(8888)
|
||||
maintenance_port: z.number().optional().default(3002)
|
||||
})
|
||||
.optional()
|
||||
.prefault({}),
|
||||
|
||||
Reference in New Issue
Block a user