mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Use localhost not 0.0.0.0
This commit is contained in:
parent
51b48c9e45
commit
b7b9b067bb
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ before_script:
|
||||||
private \$identities = array(
|
private \$identities = array(
|
||||||
'mysql' => array(
|
'mysql' => array(
|
||||||
'datasource' => 'Database/Mysql',
|
'datasource' => 'Database/Mysql',
|
||||||
'host' => '0.0.0.0',
|
'host' => '127.0.0.1',
|
||||||
'login' => 'travis'
|
'login' => 'travis'
|
||||||
),
|
),
|
||||||
'pgsql' => array(
|
'pgsql' => array(
|
||||||
|
|
Loading…
Reference in a new issue