Skip to content

Commit a5c250f

Browse files
committed
edit
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
1 parent 0a8692b commit a5c250f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/chaincode/cc-tools-demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ func runCCaaS() error {
121121

122122
From the code above, we need to set two env variables for the chaincode application to work and use FPC and chaincode-as-a-service (CCAAS). One way to do this is to go to `$FPC_PATH/samples/deployment/test-network/docker-compose.yml` and edit both `ecc.peer0.org1.example.com` and `ecc.peer0.org2.example.com` environment block to have
123123
```yaml
124-
- RUN_CCAAS=true
125-
- FPC_ENABLED=true
124+
- RUN_CCAAS=true
125+
- FPC_ENABLED=true
126126
```
127127
128128

0 commit comments

Comments
 (0)