|
@@ -20,7 +20,7 @@ return [
|
|
|
'name' => 'jsonrpc-http',
|
|
|
'type' => Server::SERVER_HTTP,
|
|
|
'host' => '0.0.0.0',
|
|
|
- 'port' => 9509,
|
|
|
+ 'port' => 9505,
|
|
|
'sock_type' => SWOOLE_SOCK_TCP,
|
|
|
'callbacks' => [
|
|
|
Event::ON_REQUEST => [Hyperf\JsonRpc\HttpServer::class, 'onRequest'],
|