Skip to content

Instantly share code, notes, and snippets.

@MichalZalecki
Created July 30, 2018 08:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichalZalecki/9abfa2d9de1e9ad15f75911158884468 to your computer and use it in GitHub Desktop.
Save MichalZalecki/9abfa2d9de1e9ad15f75911158884468 to your computer and use it in GitHub Desktop.
[
{
"name": "pharmacyPrescriptions",
"policy": "OR('Org1MSP.member', 'Org2MSP.member')",
"requiredPeerCount": 0,
"maxPeerCount": 3,
"blockToLive": 0
},
{
"name": "healthcarePrescriptions",
"policy": "OR('Org1MSP.member')",
"requiredPeerCount": 0,
"maxPeerCount": 3,
"blockToLive": 0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment