mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-28 19:59:54 +00:00
Make postgres connection string also a ENV var
This commit is contained in:
parent
0167b30bf1
commit
db513b43e7
2 changed files with 17 additions and 4 deletions
|
|
@ -150,7 +150,7 @@ export const configSchema = z
|
|||
}),
|
||||
postgres: z
|
||||
.object({
|
||||
connection_string: z.string(),
|
||||
connection_string: z.string().optional(),
|
||||
replicas: z
|
||||
.array(
|
||||
z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue