Skip to content

Commit

Permalink
Change msp and store path
Browse files Browse the repository at this point in the history
  • Loading branch information
sshmaxime committed Jun 21, 2018
1 parent 6a7a798 commit d3c5e70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d3c5e70

Please sign in to comment.