forked from ITPeople-Blockchain/auction-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocalcreds.json
69 lines (69 loc) · 2.1 KB
/
localcreds.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"credentials": {
"peers": [
{
"discovery_host": "127.0.0.1",
"discovery_port": 5000,
"api_host": "127.0.0.1",
"api_port_tls": 5000,
"api_port": 5000,
"type": "peer",
"network_id": "f79d37aa-df29-4c35-93f5-1c49e980e220",
"container_id": "a61522a01488e4371abc13422cfe0f1e81fcb3596026dc6dfb71ff26c7f2925d",
"id": "PEER0",
"api_url": "http://127.0.0.1:5000"
},
{
"discovery_host": "127.0.0.1",
"discovery_port": 5000,
"api_host": "127.0.0.1",
"api_port_tls": 5000,
"api_port": 5000,
"type": "peer",
"network_id": "f79d37aa-df29-4c35-93f5-1c49e980e220",
"container_id": "a61522a01488e4371abc13422cfe0f1e81fcb3596026dc6dfb71ff26c7f2925d",
"id": "PEER1",
"api_url": "http://127.0.0.1:5000"
}
],
"ca": {
"f79d37aa-df29-4c35-93f5-1c49e980e220_ca": {
"url": "f79d37aa-df29-4c35-93f5-1c49e980e220_ca-api.blockchain.ibm.com:30303",
"discovery_host": "f79d37aa-df29-4c35-93f5-1c49e980e220_ca-discovery.blockchain.ibm.com",
"discovery_port": 30303,
"api_host": "f79d37aa-df29-4c35-93f5-1c49e980e220_ca-api.blockchain.ibm.com",
"api_port_tls": 30303,
"api_port": 80,
"type": "ca",
"network_id": "f79d37aa-df29-4c35-93f5-1c49e980e220",
"container_id": "4a06f8091b77ab7027ad1e61a34ad177f5c164be36d7784518c649b15a6fa603"
}
},
"users": [
{
"username": "test_user0",
"secret": "MS9qrN8hFjlE",
"enrollId": "test_user0",
"enrollSecret": "MS9qrN8hFjlE"
},
{
"username": "test_user1",
"secret": "jGlNl6ImkuDo",
"enrollId": "test_user1",
"enrollSecret": "jGlNl6ImkuDo"
},
{
"username": "test_user2",
"secret": "zMflqOKezFiA",
"enrollId": "test_user2",
"enrollSecret": "zMflqOKezFiA"
},
{
"username": "test_user3",
"secret": "vWdLCE00vJy0",
"enrollId": "test_user3",
"enrollSecret": "vWdLCE00vJy0"
}
]
}
}