修改plugin.webman.channel.server端口号为2207
This commit is contained in:
@@ -18,7 +18,7 @@ use Workerman\Protocols\Frame;
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'server' => [
|
'server' => [
|
||||||
'listen' => 'frame://0.0.0.0:2206',
|
'listen' => 'frame://0.0.0.0:2207',
|
||||||
'protocol' => Frame::class,
|
'protocol' => Frame::class,
|
||||||
'handler' => Server::class,
|
'handler' => Server::class,
|
||||||
'reloadable' => false,
|
'reloadable' => false,
|
||||||
|
|||||||
Reference in New Issue
Block a user