Skip to content

Commit 9213202

Browse files
authored
fix(db): accept self-signed certs (#1181)
2 parents 8739a3d + ed11456 commit 9213202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/drizzle.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
url: env.DATABASE_URL,
1010
ssl: env.DATABASE_SSL_CERT
1111
? {
12-
rejectUnauthorized: true,
12+
rejectUnauthorized: false,
1313
ca: env.DATABASE_SSL_CERT,
1414
}
1515
: undefined,

0 commit comments

Comments
 (0)