Skip to content

Commit

Permalink
updated node discovery hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
joernroeder committed Sep 1, 2014
1 parent dce37a6 commit c2a8c83
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/initialState/nodeDiscovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
"httpServerTimeoutMs": 500,
"httpServerList": [
{
"hostname": "discovery.franky102a.de",
"hostname": "discovery.peeriodproject.org",
"port": 80,
"path": "/"
},
{
"hostname": "141.51.224.112",
"port": 30416,
"path": "/"
},
{
"hostname": "node-discovery.joernroeder.de",
"port": 80,
"path": "/"
}
]
}
Expand Down

0 comments on commit c2a8c83

Please sign in to comment.