Skip to content

Commit

Permalink
camelcase properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Vanmeerbeck committed Aug 25, 2020
1 parent 80e7d98 commit 933df64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ To use the Hyperledger Fabric Spring Boot Starter in your projects you can inclu
The Certificate Authority name.
+ **hyperledger-fabric.ca-client.url**
Http URL for the Fabric's certificate authority services endpoint.
+ **hyperledger-fabric.ca-client.pem-file**
+ **hyperledger-fabric.ca-client.pemFile**
File location for x509 pem certificate for SSL.
+ **hyperledger-fabric.ca-client.allow-all-host-names**
+ **hyperledger-fabric.ca-client.allowAllHostNames**
boolen(true/false) override certificates CN Host matching -- for development only.

#### Hyperledger Fabric Gateway Configuration

+ **hyperledger-fabric.gateway.discovery**
Enable or disable service discovery for all transaction submissions for this gateway.
+ **hyperledger-fabric.gateway.network-config**
+ **hyperledger-fabric.gateway.networkConfig**
The path to the common connection profile.

0 comments on commit 933df64

Please sign in to comment.