From 933df64a5b2142804ff32d0df6bd7a290fe40a4b Mon Sep 17 00:00:00 2001 From: Maxime Vanmeerbeck Date: Tue, 25 Aug 2020 11:57:19 +0200 Subject: [PATCH] camelcase properties --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f877668..6c6114e 100644 --- a/README.md +++ b/README.md @@ -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.