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
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
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({