mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
Use travis as user instead root within DSN
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
return array(
|
||||
'mysql' => array(
|
||||
'dsn' => 'mysql:host=127.0.0.1;dbname=yiitest',
|
||||
'username' => 'root',
|
||||
'username' => 'travis',
|
||||
'password' => '',
|
||||
'fixture' => __DIR__ . '/mysql.sql',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user