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

12 lines
230 B
JSON
Raw Normal View History

2025-11-06 07:10:04 +00:00
[
{
"name": "HospitalPrivateCollection",
"policy": "OR('HospitalMSP.member')",
"requiredPeerCount": 1,
"maxPeerCount": 3,
"blockToLive": 1000000,
"memberOnlyRead": true,
"memberOnlyWrite": true
}
]