Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 31c6383

Browse files
committed
fix: default config fault, add MDNS.Enabled back
1 parent e88a73a commit 31c6383

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/init-files/default-config-browser.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"API": "/ip4/127.0.0.1/tcp/5002",
55
"Gateway": "/ip4/127.0.0.1/tcp/9090"
66
},
7-
"Discovery": {},
7+
"Discovery": {
8+
"MDNS": {
9+
"Enabled": false,
10+
"Interval": 10
11+
}
12+
},
813
"Bootstrap": []
914
}

0 commit comments

Comments
 (0)