Use localhost not 0.0.0.0

This commit is contained in:
mark_story 2017-07-26 23:17:48 -04:00
parent 51b48c9e45
commit b7b9b067bb

View file

@ -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(