Skip to content

Commit e0eb32a

Browse files
committed
fix(config): 监听的 ip
1 parent 066d0f2 commit e0eb32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/config/laravels.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @see https://github.com/hhxsv5/laravel-s/blob/master/Settings.md English
55
*/
66
return [
7-
'listen_ip' => env('LARAVELS_LISTEN_IP', '127.0.0.1'),
7+
'listen_ip' => env('LARAVELS_LISTEN_IP', '0.0.0.0'),
88
'listen_port' => env('LARAVELS_LISTEN_PORT', 5200),
99
'socket_type' => defined('SWOOLE_SOCK_TCP') ? \SWOOLE_SOCK_TCP : 1,
1010
'enable_coroutine_runtime' => false,

0 commit comments

Comments
 (0)