We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd26595 commit fe49676Copy full SHA for fe49676
tests/config/database.php
@@ -9,6 +9,7 @@
9
'driver' => 'mongodb',
10
'host' => 'mongodb',
11
'database' => 'unittest',
12
+ 'port' => 27017,
13
],
14
15
'mysql' => [
0 commit comments