Skip to content

Commit

Permalink
check pg hack
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessa committed Aug 3, 2023
1 parent 8c3c168 commit 8a1f05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/config/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default ({ env }) => {
cipher: env('DATABASE_SSL_CIPHER', undefined),
rejectUnauthorized: env.bool(
'DATABASE_SSL_REJECT_UNAUTHORIZED',
true
false
),
},
schema: env('DATABASE_SCHEMA', 'public'),
Expand Down

0 comments on commit 8a1f05e

Please sign in to comment.