File tree 2 files changed +3
-3
lines changed
tests/Integration/CachedBuilder
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ addons:
11
11
12
12
env :
13
13
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
16
16
17
17
matrix :
18
18
include :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ protected function getEnvironmentSetUp($app)
14
14
parent ::getEnvironmentSetUp ($ app );
15
15
16
16
$ 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 " );
18
18
$ app ['config ' ]->set ('database.connections.pgsql.database ' , "testing " );
19
19
$ app ['config ' ]->set ('database.connections.pgsql.username ' , "homestead " );
20
20
$ app ['config ' ]->set ('database.connections.pgsql.password ' , "secret " );
You can’t perform that action at this time.
0 commit comments