forked from IBM-Blockchain-Archive/marbles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmycreds.json
38 lines (38 loc) · 1.04 KB
/
mycreds.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
{
"credentials": {
"peers": [
{
"discovery_host": "localhost",
"discovery_port": 7053,
"api_host": "localhost",
"api_port": 7050,
"type": "peer",
"network_id": "35f113e9-f1e5-467b-a967-13c347301826",
"container_id": "1f4a59bf87186d476a64be1cb572a811e5ca204303bba84c6272be3f0dff3069",
"id": "localhost",
"api_url": "http://localhost:7050"
}
],
"ca": {
"35f113e9-f1e5-467b-a967-13c347301826_ca": {
"url": "localhost:30303",
"discovery_host": "localhost",
"discovery_port": 30303,
"api_host": "localhost",
"api_port_tls": 30303,
"api_port": 443,
"type": "ca",
"network_id": "35f113e9-f1e5-467b-a967-13c347301826",
"container_id": "1d4c925915d7611a388c0f95245e6907d717857d8d2823291d4338908ef68e72"
}
},
"users": [
{
"username": "test_user0",
"secret": "MS9qrN8hFjlE",
"enrollId": "test_user0",
"enrollSecret": "MS9qrN8hFjlE"
}
]
}
}