point the resource to the nextjs server for maintenance screen

This commit is contained in:
Pallavi Kumari
2025-11-06 20:27:24 +05:30
committed by Owen Schwartz
parent 1d862131dd
commit d82535d3e1
6 changed files with 86 additions and 224 deletions

View File

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