mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix db credentials.
This commit is contained in:
parent
83a7b7b785
commit
0974f7bc9f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ before_script:
|
||||||
'mysql' => array(
|
'mysql' => array(
|
||||||
'datasource' => 'Database/Mysql',
|
'datasource' => 'Database/Mysql',
|
||||||
'host' => '127.0.0.1',
|
'host' => '127.0.0.1',
|
||||||
'login' => 'travis'
|
'login' => 'root'
|
||||||
),
|
),
|
||||||
'pgsql' => array(
|
'pgsql' => array(
|
||||||
'datasource' => 'Database/Postgres',
|
'datasource' => 'Database/Postgres',
|
||||||
|
|
Loading…
Reference in a new issue