mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
fix wrong indentationin in the connection profile generated for Org 3
Signed-off-by: Basil K Y <techiebasil@gmail.com>
This commit is contained in:
parent
5414889399
commit
2de353a57b
2 changed files with 5 additions and 4 deletions
|
|
@ -28,7 +28,8 @@ certificateAuthorities:
|
|||
url: https://localhost:${CAPORT}
|
||||
caName: ca-org${ORG}
|
||||
tlsCACerts:
|
||||
pem: |
|
||||
pem:
|
||||
- |
|
||||
${CAPEM}
|
||||
httpOptions:
|
||||
verify: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue