File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/Integration/CachedBuilder Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ addons:
1111
1212env :
1313 global :
14- - REDIS_HOST=192.168.10.10
15- - DB_HOST=192.168.10.10
14+ - REDIS_HOST=127.0.0.1
15+ - DB_HOST=127.0.0.1
1616
1717matrix :
1818 include :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ protected function getEnvironmentSetUp($app)
1414 parent ::getEnvironmentSetUp ($ app );
1515
1616 $ app ['config ' ]->set ('database.default ' , 'pgsql ' );
17- $ app ['config ' ]->set ('database.connections.pgsql.host ' , "192.168.10.10 " );
17+ $ app ['config ' ]->set ('database.connections.pgsql.host ' , "127.0.0.1 " );
1818 $ app ['config ' ]->set ('database.connections.pgsql.database ' , "testing " );
1919 $ app ['config ' ]->set ('database.connections.pgsql.username ' , "homestead " );
2020 $ app ['config ' ]->set ('database.connections.pgsql.password ' , "secret " );
You can’t perform that action at this time.
0 commit comments