hospital-log/backend/blockchain/network/config/collections_config.json

12 lines
230 B
JSON

[
{
"name": "HospitalPrivateCollection",
"policy": "OR('HospitalMSP.member')",
"requiredPeerCount": 1,
"maxPeerCount": 3,
"blockToLive": 1000000,
"memberOnlyRead": true,
"memberOnlyWrite": true
}
]