Skip to content

Commit fe49676

Browse files
committed
Explicitely setup port
1 parent fd26595 commit fe49676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/config/database.php

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
'driver' => 'mongodb',
1010
'host' => 'mongodb',
1111
'database' => 'unittest',
12+
'port' => 27017,
1213
],
1314

1415
'mysql' => [

0 commit comments

Comments
 (0)