Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 556400c

Browse files
committed
avoid pointing to computer host
1 parent 26d77ed commit 556400c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"listeners": [
33
{
4-
"address": "0.0.0.0",
4+
"address": "127.0.0.1",
55
"port": 3928
66
}
77
],

0 commit comments

Comments
 (0)