Skip to content

Commit 300b2f9

Browse files
committed
Initial commit
1 parent a359b0e commit 300b2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'check' => static function () {
3535
return \extension_loaded('swoole') && \extension_loaded('pq');
3636
},
37-
'conn' => 'host=host.docker.internal;port=15432;dbname=spiral',
37+
'conn' => 'host=127.0.0.1;port=15432;dbname=spiral',
3838

3939
'user' => 'postgres',
4040
'pass' => 'postgres',

0 commit comments

Comments
 (0)