Commit ea064548 authored by Remi Collin's avatar Remi Collin

Remove port from config

parent 4721124a
...@@ -9,7 +9,6 @@ return [ ...@@ -9,7 +9,6 @@ return [
'driver' => 'mongodb', 'driver' => 'mongodb',
'host' => 'mongodb', 'host' => 'mongodb',
'database' => 'unittest', 'database' => 'unittest',
'port' => 27017,
], ],
'mysql' => [ 'mysql' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment