Commit 51150733 by 杨昕

test

parent 274617be
Pipeline #10092 passed with stages
in 39 seconds
......@@ -85,11 +85,11 @@ return [
'mongodb' => [
'driver' => 'mongodb',
'host' => env('mg_host')??'mongo.eoffcn.com',
'port' => env('mg_port')??'28017',
'host' => env('mg_host'),
'port' => env('mg_port'),
'database' => 'video_media',
'username' => env('mg_username')??'root',
'password' => env("mg_password")??'FHHTH98AWAPoyweEasdfadfaaf',
'username' => env('mg_username'),
'password' => env("mg_password"),
'options' => [
'database' => 'admin', // sets the authentication database required by mongo 3
]
......
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