From 01ef4b530da1b602aa6f9ee972ce5bde76dd898e Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 30 Jan 2017 09:55:14 +0000 Subject: [PATCH] fix: default config file --- src/init-files/default-config-browser.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/init-files/default-config-browser.json b/src/init-files/default-config-browser.json index 93fbbbdd58..fb0220729c 100644 --- a/src/init-files/default-config-browser.json +++ b/src/init-files/default-config-browser.json @@ -4,6 +4,11 @@ "API": "/ip4/127.0.0.1/tcp/5002", "Gateway": "/ip4/127.0.0.1/tcp/9090" }, - "Discovery": {}, + "Discovery": { + "MDNS": { + "Enabled": false, + "Interval": 10 + } + }, "Bootstrap": [] }