Commit 9378e611 authored by Eric Tucker's avatar Eric Tucker

Revert test credentials

parent 818d7f66
......@@ -8,19 +8,19 @@ return [
'name' => 'mongodb',
'driver' => 'mongodb',
'host' => '127.0.0.1',
'database' => 'mongo',
'database' => 'unittest',
],
'mysql' => [
'driver' => 'mysql',
'host' => '127.0.0.1',
'database' => 'mongo',
'username' => 'homestead',
'password' => 'secret',
'database' => 'unittest',
'username' => 'travis',
'password' => '',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
],
],
];
];
\ No newline at end of file
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