Peersinformation json file.
This commit is contained in:
21
src/main/resources/peers.json
Normal file
21
src/main/resources/peers.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"peer":{
|
||||
"ipAddress":"",
|
||||
"port":"",
|
||||
"files":[]
|
||||
},
|
||||
"peers":[
|
||||
{
|
||||
"ipAddress":"127.0.0.1",
|
||||
"port":"5001",
|
||||
"files":[],
|
||||
"onlineState":"offline"
|
||||
},
|
||||
{
|
||||
"ipAddress":"127.0.0.1",
|
||||
"port":"5002",
|
||||
"files":[],
|
||||
"onlineState":"offline"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user