We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066d0f2 commit e0eb32aCopy full SHA for e0eb32a
laravel/config/laravels.php
@@ -4,7 +4,7 @@
4
* @see https://github.com/hhxsv5/laravel-s/blob/master/Settings.md English
5
*/
6
return [
7
- 'listen_ip' => env('LARAVELS_LISTEN_IP', '127.0.0.1'),
+ 'listen_ip' => env('LARAVELS_LISTEN_IP', '0.0.0.0'),
8
'listen_port' => env('LARAVELS_LISTEN_PORT', 5200),
9
'socket_type' => defined('SWOOLE_SOCK_TCP') ? \SWOOLE_SOCK_TCP : 1,
10
'enable_coroutine_runtime' => false,
0 commit comments