From f19986275dedec2dc512dece4855c107b3ff7bcc Mon Sep 17 00:00:00 2001 From: OMKAR AGRAWAL Date: Wed, 15 Jul 2020 18:38:49 +0530 Subject: Fixed issue with pg SSL --- config/database.js | 1 + 1 file changed, 1 insertion(+) (limited to 'config/database.js') diff --git a/config/database.js b/config/database.js index 0e9cfba..165bba4 100644 --- a/config/database.js +++ b/config/database.js @@ -77,6 +77,7 @@ module.exports = { user: Env.get('DB_USER', 'root'), password: Env.get('DB_PASSWORD', ''), database: Env.get('DB_DATABASE', 'adonis'), + ssl: JSON.parse(Env.get('DB_SSL', 'true')), }, debug: Env.get('DB_DEBUG', false), }, -- cgit v1.2.3-54-g00ecf