We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e086533 commit 051affbCopy full SHA for 051affb
knexfile.js
@@ -36,7 +36,9 @@ const validateProductionConfig = () => {
36
37
// Helper function to get SSL config for Render
38
const getRenderSSLConfig = () => ({
39
- ssl: true,
+ ssl: {
40
+ rejectUnauthorized: false // This allows self-signed certificates
41
+ }
42
});
43
44
const knexConfig = {
0 commit comments