Completed
Push — master ( 842882...29bedd )
by Mr
01:58
created
extra/configs/mongo.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 return [
9 9
     'default' => [
10 10
         'driver'    => 'mongodb',
11
-        'host'      => '127.0.0.1',         // optional, default: 127.0.0.1
12
-        'port'      => '27017',             // optional, default: 27017
11
+        'host'      => '127.0.0.1', // optional, default: 127.0.0.1
12
+        'port'      => '27017', // optional, default: 27017
13 13
         'prefix'    => 'prefix_',
14 14
     ],
15 15
 ];
Please login to merge, or discard this patch.