This commit is contained in:
2020-08-31 01:39:28 +08:00
parent c044b8714e
commit aae29752d2
3 changed files with 12 additions and 3 deletions
+4
View File
@@ -11,6 +11,7 @@ use Swoole\WebSocket\Frame;
return [
'servers' => [
[
'id' => '',
'type' => Server::HTTP,
'host' => '127.0.0.1',
'port' => 9527,
@@ -26,6 +27,7 @@ return [
]
],
[
'id' => '',
'type' => Server::PACKAGE,
'host' => '127.0.0.1',
'port' => 9628,
@@ -45,6 +47,7 @@ return [
]
],
[
'id' => '',
'type' => Server::TCP,
'host' => '127.0.0.1',
'port' => 9629,
@@ -68,6 +71,7 @@ return [
]
],
[
'id' => '',
'type' => Server::WEBSOCKET,
'host' => '127.0.0.1',
'port' => 9530,