mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +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(
|
||||
'mysql' => array(
|
||||
'datasource' => 'Database/Mysql',
|
||||
'host' => '0.0.0.0',
|
||||
'host' => '127.0.0.1',
|
||||
'login' => 'travis'
|
||||
),
|
||||
'pgsql' => array(
|
||||
|
|
Loading…
Reference in a new issue