db
/**
- This file is part of webman.
- Licensed under The MIT License
- For full copyright and license information, please see the MIT-LICENSE.txt
- Redistributions of files must retain the above copyright notice.
- @author walkorwalkor@workerman.net
- @copyright walkorwalkor@workerman.net
- @link http://www.workerman.net/
- @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
// return [
// // 默认数据库
// 'default' => 'mongodb',
// 'connections' => [
// 'mongodb' => [
// 'driver' => 'mongodb',
// 'host' => '127.0.0.1',
// 'port' => 27017,
// 'database' => 'eoop',
// // 'username' => 'root',
// // 'password' => 'LAopeitk&&89o',
// 'options' => [
// 'appname' => 'homestead',
// ],
// ],
// ],
0
Uncategorized