Skip to content

Commit ed11456

Browse files
authored
fix(db): accept self-signed certs (#1181)
1 parent ca015de commit ed11456

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)