fix: local db connection

This commit is contained in:
2025-01-11 17:54:21 +01:00
parent 80b9c73082
commit 40b54e7fba
4 changed files with 3 additions and 51 deletions

View File

@@ -10,9 +10,6 @@ export const db = drizzle({
password: DB_PASSWORD,
database: 'personal-website-db',
port: 5432,
ssl: {
rejectUnauthorized: false
}
}
});