From d3c5e70b04b59c3231ab1e39fad54d049d84c96d Mon Sep 17 00:00:00 2001 From: Maxime Aubanel Date: Thu, 21 Jun 2018 14:11:50 +0200 Subject: [PATCH] Change msp and store path --- README.md | 4 ++-- config.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7dd1c6c..5da7b42 100644 --- a/README.md +++ b/README.md @@ -269,12 +269,12 @@ client: # Some SDKs support pluggable KV stores, the properties under "credentialStore" # are implementation specific credentialStore: - path: /tmp/state-store + path: /tmp/heroes-service-store # [Optional]. Specific to the CryptoSuite implementation used by GO SDK. Software-based implementations # requiring a key store. PKCS#11 based implementations does not. cryptoStore: - path: /tmp/msp + path: /tmp/heroes-service-msp # BCCSP config for the client. Used by GO SDK. BCCSP: diff --git a/config.yaml b/config.yaml index fdc7738..0ab9f9c 100644 --- a/config.yaml +++ b/config.yaml @@ -63,12 +63,12 @@ client: # Some SDKs support pluggable KV stores, the properties under "credentialStore" # are implementation specific credentialStore: - path: /tmp/state-store + path: /tmp/heroes-service-store # [Optional]. Specific to the CryptoSuite implementation used by GO SDK. Software-based implementations # requiring a key store. PKCS#11 based implementations does not. cryptoStore: - path: /tmp/msp + path: /tmp/heroes-service-msp # BCCSP config for the client. Used by GO SDK. BCCSP: