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

Commit

Permalink
fix: default config file
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jan 30, 2017
1 parent bc213fc commit 01ef4b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/init-files/default-config-browser.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}

0 comments on commit 01ef4b5

Please sign in to comment.