From 695f85262b320be5a14720372102373ae3f36087 Mon Sep 17 00:00:00 2001 From: marcdeb1 Date: Tue, 18 Dec 2018 13:53:03 +0100 Subject: [PATCH] DB in app.default --- config/app.default.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/app.default.php b/config/app.default.php index c9998be..e9008bc 100644 --- a/config/app.default.php +++ b/config/app.default.php @@ -228,10 +228,10 @@ return [ * MySQL on MAMP uses port 8889, MAMP users will want to uncomment * the following line and set the port accordingly */ - 'port' => '3306', - 'username' => 'marcdeb', - 'password' => '3885fc6d0b71befe72a327f47f36c0911057', - 'database' => 'chainquery', + 'port' => '3000', + 'username' => 'username', + 'password' => 'secret', + 'database' => 'my_db', 'encoding' => 'utf8', 'timezone' => 'UTC', 'flags' => [],