Commit 30cbf381 by 杨昕

mongodb 配置还原

parent 06b031ac
Pipeline #15342 passed with stages
in 1 minute 12 seconds
......@@ -85,8 +85,8 @@ return [
'mongodb' => [
'driver' => 'mongodb',
'host' => 'dds-2ze877d1a56f53141.mongodb.rds.aliyuncs.com',
'port' => '3717',
'host' => env('mg_host')??'mongo.eoffcn.com',
'port' => env('mg_port')??'28017',
'database' => 'video_media',
'username' => env('mg_username')??'root',
'password' => env("mg_password")??'FHHTH98AWAPoyweEasdfadfaaf',
......
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