Skip to content

Commit

Permalink
Update packages/services/storage/src/environment.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Laurin Quast <[email protected]>
  • Loading branch information
Intellicode and n1ru4l committed Jan 14, 2025
1 parent 989efc3 commit 50b53a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/services/storage/src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const PostgresModel = zod.object({
POSTGRES_PORT: NumberFromString,
POSTGRES_DB: zod.string(),
POSTGRES_USER: zod.string(),
POSTGRES_PASSWORD: zod.string().optional(),
POSTGRES_PASSWORD: emptyString(zod.string().optional()),
});

const ClickHouseModel = zod.union([
Expand Down

0 comments on commit 50b53a5

Please sign in to comment.