true, 'name' => 'qingji', // 分布式 是否允许 Register服务 'is_register_run' => true, // 分布式 内网主机ip 'gateway_lanIp' => '0.0.0.0', // 分布式 Register服务地址 'registerAddress' => '0.0.0.0:1238', //数据库配置 'db' => [ 'host' => '127.0.0.1', 'port' => 3306, 'user' => 'qingji_site', 'password' => '27XcanKJzeMsmEe5', 'db_name' => 'qingji_site', ], //redis配置 'redis' => [ 'host' => '127.0.0.1', 'port' => 6379, 'password' => '123456', 'database' => 0 ], //mongodb配置 'mongodb' => [ 'url' => 'mongodb://node3:27017', 'database' => 'bike_saas' ], 'gateway' => [ 'is_run' => true, 'port' => 8282, 'count' => 4, 'pingInterval' => 300, 'pingNotResponseLimit' => 1, 'startPort' => 4000, ], 'business' => [ 'is_run' => true, 'count' => 4 ], ];