Skip to content

Commit

Permalink
Resolved the permission issue for uploading chaincode
Browse files Browse the repository at this point in the history
Signed-off-by: xiaor2 <xiaor2@illinois.edu>
  • Loading branch information
xiaor2 committed Apr 8, 2024
1 parent c2a6cdf commit 4fd0fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api-engine/api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
FABRIC_ORDERER_CFG = "/opt/node/orderer.yaml.bak"
FABRIC_CA_CFG = "/opt/node/ca.yaml.bak"

FABRIC_CHAINCODE_STORE = "/opt/chaincode"
FABRIC_CHAINCODE_STORE = "/opt/cello/chaincode"

0 comments on commit 4fd0fe9

Please sign in to comment.