We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a359b0e commit 300b2f9Copy full SHA for 300b2f9
tests/bootstrap.php
@@ -34,7 +34,7 @@
34
'check' => static function () {
35
return \extension_loaded('swoole') && \extension_loaded('pq');
36
},
37
- 'conn' => 'host=host.docker.internal;port=15432;dbname=spiral',
+ 'conn' => 'host=127.0.0.1;port=15432;dbname=spiral',
38
39
'user' => 'postgres',
40
'pass' => 'postgres',
0 commit comments