| | |
| | | 'lanIp' => '127.0.0.1', |
| | | 'startPort' => 2100, |
| | | 'daemonize' => false, |
| | | 'pidFile' => runtime_path() . 'business_gateway_worker.pid', |
| | | 'pingInterval' => 30, |
| | | 'pingNotResponseLimit' => 1, |
| | | 'pingData' => '', |
| | |
| | | 'count' => 1, |
| | | 'eventHandler' => '\app\gateway\BusinessEvents', |
| | | ], |
| | | |
| | | // Register配置pid文件 |
| | | 'registerPidFile' => runtime_path() . 'business_gateway_register.pid', |
| | | 'gatewayPidFile' => runtime_path() . 'business_gateway_gateway.pid', |
| | | 'businessWorkerPidFile' => runtime_path() . 'business_gateway_business.pid', |
| | | |
| | | ]; |