Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/swoft-cloud/swoft-db
Browse files Browse the repository at this point in the history
  • Loading branch information
stelin committed Mar 6, 2018
2 parents 675ef07 + 4445bbf commit ec70e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/config/server.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
'tcp' => [
'host' => env('TCP_HOST', '0.0.0.0'),
'port' => env('TCP_PORT', 8099),
'model' => env('TCP_MODEL', SWOOLE_PROCESS),
'mode' => env('TCP_MODE', SWOOLE_PROCESS),
'type' => env('TCP_TYPE', SWOOLE_SOCK_TCP),
'package_max_length' => env('TCP_PACKAGE_MAX_LENGTH', 2048),
'open_eof_check' => env('TCP_OPEN_EOF_CHECK', false),
],
'http' => [
'host' => env('HTTP_HOST', '0.0.0.0'),
'port' => env('HTTP_PORT', 80),
'model' => env('HTTP_MODEL', SWOOLE_PROCESS),
'mode' => env('HTTP_MODE', SWOOLE_PROCESS),
'type' => env('HTTP_TYPE', SWOOLE_SOCK_TCP),
],
'crontab' => [
Expand Down

0 comments on commit ec70e4d

Please sign in to comment.