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 9954c7c commit 8ab6d02Copy full SHA for 8ab6d02
src/config/plugin/webman/gateway-worker/process.php
@@ -30,7 +30,7 @@
30
],
31
'register' => [
32
'handler' => Register::class,
33
- 'listen' => 'text://0.0.0.0:1236',
+ 'listen' => 'text://127.0.0.1:1236',
34
'count' => 1, // Must be 1
35
'constructor' => []
36
0 commit comments