Skip to content

Commit 8ab6d02

Browse files
authored
Update process.php
1 parent 9954c7c commit 8ab6d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/plugin/webman/gateway-worker/process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
'register' => [
3232
'handler' => Register::class,
33-
'listen' => 'text://0.0.0.0:1236',
33+
'listen' => 'text://127.0.0.1:1236',
3434
'count' => 1, // Must be 1
3535
'constructor' => []
3636
],

0 commit comments

Comments
 (0)