Showing
3 changed files
with
3 additions
and
3 deletions
| ... | ... | @@ -36,7 +36,7 @@ return [ |
| 36 | 36 | 'websocket_host' => getenv('WS_HOST') ?: '0.0.0.0', |
| 37 | 37 | 'websocket_port' => (int) (getenv('WS_PORT') ?: 8888), |
| 38 | 38 | 'http_host' => getenv('HTTP_HOST') ?: '0.0.0.0', |
| 39 | - 'http_port' => (int) (getenv('HTTP_PORT') ?: 8889), | |
| 39 | + 'http_port' => (int) (getenv('HTTP_PORT') ?: 8887), | |
| 40 | 40 | 'worker_count' => (int) (getenv('WORKER_COUNT') ?: 1), |
| 41 | 41 | ], |
| 42 | 42 | ... | ... |
Please
register
or
login
to post a comment