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

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Beddows committed Apr 29, 2016
2 parents 6d76f37 + 525ee8e commit cb7d5c1
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,26 @@
},
"peers": {
"list": [
{ "ip": "13.69.159.242", "port": 7000 },
{ "ip": "40.68.34.176", "port": 7000 },
{ "ip": "52.165.40.188", "port": 7000 },
{ "ip": "13.82.31.30", "port": 7000 },
{ "ip": "13.91.61.2", "port": 7000 }
{
"ip": "13.69.159.242",
"port": 7000
},
{
"ip": "40.68.34.176",
"port": 7000
},
{
"ip": "52.165.40.188",
"port": 7000
},
{
"ip": "13.82.31.30",
"port": 7000
},
{
"ip": "13.91.61.2",
"port": 7000
}
],
"blackList": [],
"options": {
Expand Down

0 comments on commit cb7d5c1

Please sign in to comment.