Skip to content

Commit

Permalink
fix tips
Browse files Browse the repository at this point in the history
  • Loading branch information
evalor authored Jan 2, 2019
1 parent 14e5768 commit cf40290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resource/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'MAIN_SERVER'=>[
'LISTEN_ADDRESS'=>'0.0.0.0',
'PORT'=>9501,
'SERVER_TYPE'=>EASYSWOOLE_WEB_SERVER, //可选为 EASYSWOOLE_SERVER EASYSWOOLE_WEB_SERVER EASYSWOOLE_SOCKET_SERVER
'SERVER_TYPE'=>EASYSWOOLE_WEB_SERVER, //可选为 EASYSWOOLE_SERVER EASYSWOOLE_WEB_SERVER EASYSWOOLE_WEB_SOCKET_SERVER
'SOCK_TYPE'=>SWOOLE_TCP,
'RUN_MODEL'=>SWOOLE_PROCESS,
'SETTING'=>[
Expand All @@ -32,4 +32,4 @@
'AUTH'=>null,
'PUSH_LOG'=>true
]
];
];

0 comments on commit cf40290

Please sign in to comment.