Make postgres connection string also a ENV var

This commit is contained in:
Owen
2025-09-28 18:21:56 -07:00
parent 0167b30bf1
commit db513b43e7
2 changed files with 17 additions and 4 deletions

View File

@@ -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({