Chainquery integration #49

Merged
marcdeb1 merged 44 commits from chainquery into master 2019-02-13 19:01:13 +01:00
Showing only changes of commit 695f85262b - Show all commits

View file

@ -228,10 +228,10 @@ return [
* MySQL on MAMP uses port 8889, MAMP users will want to uncomment * MySQL on MAMP uses port 8889, MAMP users will want to uncomment
* the following line and set the port accordingly * the following line and set the port accordingly
*/ */
'port' => '3306', 'port' => '3000',
'username' => 'marcdeb', 'username' => 'username',
'password' => '3885fc6d0b71befe72a327f47f36c0911057', 'password' => 'secret',
'database' => 'chainquery', 'database' => 'my_db',
'encoding' => 'utf8', 'encoding' => 'utf8',
'timezone' => 'UTC', 'timezone' => 'UTC',
'flags' => [], 'flags' => [],