From 97b5f224a9f5b3a4c2c41a91e7c3c6eea9f0470a Mon Sep 17 00:00:00 2001 From: Basil Suter Date: Tue, 22 Oct 2019 14:47:27 +0200 Subject: [PATCH] change comments --- configs/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/config.php b/configs/config.php index 329e04a..0821ba9 100644 --- a/configs/config.php +++ b/configs/config.php @@ -68,6 +68,7 @@ ] ]); +// database config for $config->component('db', [ 'dsn' => 'mysql:host=localhost;dbname=DB_NAME', // 'dsn' => 'mysql:host=localhost;dbname=DB_NAME;unix_socket=/Applications/MAMP/tmp/mysql/mysql.sock', // OSX MAMP @@ -77,12 +78,11 @@ ])->env(Config::ENV_LOCAL); /* -config for docker: +// docker mysql config $config->component('db', [ 'dsn' => 'mysql:host=luya_db;dbname=luya_kickstarter_101', 'username' => 'luya', 'password' => 'CHANGE_ME', - 'charset' => 'utf8', ])->env(Config::ENV_LOCAL); */