File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -562,9 +562,12 @@ chaincode:
562562 # - GOPROXY
563563 externalBuilders :
564564 # FPC Addition 0: external builder for fpc-c chaincode
565- - path : /builders/external
566- name : fpc-c
567- propagateEnvironment :
565+ # - path: /builders/external
566+ # name: fpc-c
567+ - name : ccaas_builder
568+ path : /opt/hyperledger/ccaas_builder/ccaas/bin
569+ propagateEnvironment :
570+ - CHAINCODE_AS_A_SERVICE_BUILDER_CONFIG
568571 - CORE_PEER_ID
569572 - FPC_HOSTING_MODE
570573 - FABRIC_LOGGING_SPEC
Original file line number Diff line number Diff line change 5454done
5555
5656echo " Package ercc and fpccc"
57- CC_TYPE=" external "
57+ CC_TYPE=" ccaas "
5858ERCC_ID=" ercc"
5959ERCC_VER=" 1.0"
6060FPCCC_ID=" fpccc"
Original file line number Diff line number Diff line change 5757 value : 0.0.0.0:9443
5858 - name : CORE_METRICS_PROVIDER
5959 value : prometheus
60+ - name : CHAINCODE_AS_A_SERVICE_BUILDER_CONFIG
61+ value : " {\" peername\" :\" peer0org1\" }"
6062 image : hyperledger/fabric-peer:2.5.9
6163 name : peer0
6264 ports :
You can’t perform that action at this time.
0 commit comments