Skip to content

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/config/env/production/database.js

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ module.exports = ({ env }) => ({
1010
database: env('DATABASE_NAME', 'strapi'),
1111
username: env('DATABASE_USERNAME', ''),
1212
password: env('DATABASE_PASSWORD', ''),
13+
ssl: {
14+
rejectUnauthorized: false, // For self-signed certificates
15+
},
1316
},
1417
options: {
1518
ssl: true,

0 commit comments

Comments
 (0)