mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-14 03:56:54 +00:00
Make postgres connection string also a ENV var
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user