Showing
3 changed files
with
3 additions
and
3 deletions
| @@ -22,7 +22,7 @@ REDIS_PREFIX=ai_ | @@ -22,7 +22,7 @@ REDIS_PREFIX=ai_ | ||
| 22 | # WS_HOST=0.0.0.0 | 22 | # WS_HOST=0.0.0.0 |
| 23 | # WS_PORT=8888 | 23 | # WS_PORT=8888 |
| 24 | # HTTP_HOST=0.0.0.0 | 24 | # HTTP_HOST=0.0.0.0 |
| 25 | -# HTTP_PORT=8889 | 25 | +# HTTP_PORT=8887 |
| 26 | # WORKER_COUNT=1 | 26 | # WORKER_COUNT=1 |
| 27 | 27 | ||
| 28 | # 心跳配置 | 28 | # 心跳配置 |
| @@ -36,7 +36,7 @@ return [ | @@ -36,7 +36,7 @@ return [ | ||
| 36 | 'websocket_host' => getenv('WS_HOST') ?: '0.0.0.0', | 36 | 'websocket_host' => getenv('WS_HOST') ?: '0.0.0.0', |
| 37 | 'websocket_port' => (int) (getenv('WS_PORT') ?: 8888), | 37 | 'websocket_port' => (int) (getenv('WS_PORT') ?: 8888), |
| 38 | 'http_host' => getenv('HTTP_HOST') ?: '0.0.0.0', | 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 | 'worker_count' => (int) (getenv('WORKER_COUNT') ?: 1), | 40 | 'worker_count' => (int) (getenv('WORKER_COUNT') ?: 1), |
| 41 | ], | 41 | ], |
| 42 | 42 |
Please
register
or
login
to post a comment