mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-23 04:04:35 +02:00
Merge branch 'dev' into clients-pops
This commit is contained in:
commit
8bb0401c25
3 changed files with 387 additions and 2209 deletions
|
@ -121,9 +121,16 @@ export const configSchema = z.object({
|
|||
}),
|
||||
postgres: z
|
||||
.object({
|
||||
connection_string: z.string().optional()
|
||||
connection_string: z.string(),
|
||||
replicas: z
|
||||
.array(
|
||||
z.object({
|
||||
connection_string: z.string()
|
||||
})
|
||||
)
|
||||
.optional()
|
||||
})
|
||||
.default({}),
|
||||
.optional(),
|
||||
traefik: z
|
||||
.object({
|
||||
http_entrypoint: z.string().optional().default("web"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue