aboutsummaryrefslogtreecommitdiffstats
path: root/config/database.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/database.js')
-rw-r--r--config/database.js1
1 files changed, 1 insertions, 0 deletions
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 = {
77 user: Env.get('DB_USER', 'root'), 77 user: Env.get('DB_USER', 'root'),
78 password: Env.get('DB_PASSWORD', ''), 78 password: Env.get('DB_PASSWORD', ''),
79 database: Env.get('DB_DATABASE', 'adonis'), 79 database: Env.get('DB_DATABASE', 'adonis'),
80 ssl: JSON.parse(Env.get('DB_SSL', 'true')),
80 }, 81 },
81 debug: Env.get('DB_DEBUG', false), 82 debug: Env.get('DB_DEBUG', false),
82 }, 83 },