From 45e4426e193dad6f8d3600cccaa6431891929155 Mon Sep 17 00:00:00 2001 From: aldredb <45155724+aldredb@users.noreply.github.com> Date: Fri, 20 Sep 2019 11:14:57 +0800 Subject: [PATCH] Added endorsement policy example --- deploy_config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy_config.json b/deploy_config.json index 001b822..81b4ca0 100644 --- a/deploy_config.json +++ b/deploy_config.json @@ -9,8 +9,9 @@ ], "init_args": [], "instantiate": true, - "install": true + "install": true, + "endorsement_policy": "{\"identities\":[{\"role\":{\"name\":\"member\",\"mspId\":\"Org1MSP\"}},{\"role\":{\"name\":\"member\",\"mspId\":\"Org2MSP\"}}],\"policy\":{\"1-of\":[{\"signed-by\":0},{\"signed-by\":1}]}}" } ] } -} \ No newline at end of file +}