mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Remove mistaken msp path (#873)
Signed-off-by: Matthew B White <whitemat@uk.ibm.com> Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
parent
fd2fffbd43
commit
2e421139a0
4 changed files with 4 additions and 4 deletions
|
|
@ -342,7 +342,7 @@ peer:
|
||||||
Security:
|
Security:
|
||||||
|
|
||||||
# Path on the file system where peer will find MSP local configurations
|
# Path on the file system where peer will find MSP local configurations
|
||||||
mspConfigPath: mspreally
|
mspConfigPath: msp
|
||||||
# Identifier of the local MSP
|
# Identifier of the local MSP
|
||||||
# ----!!!!IMPORTANT!!!-!!!IMPORTANT!!!-!!!IMPORTANT!!!!----
|
# ----!!!!IMPORTANT!!!-!!!IMPORTANT!!!-!!!IMPORTANT!!!!----
|
||||||
# Deployers need to change the value of the localMspId string.
|
# Deployers need to change the value of the localMspId string.
|
||||||
|
|
|
||||||
|
|
@ -342,7 +342,7 @@ peer:
|
||||||
Security:
|
Security:
|
||||||
|
|
||||||
# Path on the file system where peer will find MSP local configurations
|
# Path on the file system where peer will find MSP local configurations
|
||||||
mspConfigPath: mspreally
|
mspConfigPath: msp
|
||||||
# Identifier of the local MSP
|
# Identifier of the local MSP
|
||||||
# ----!!!!IMPORTANT!!!-!!!IMPORTANT!!!-!!!IMPORTANT!!!!----
|
# ----!!!!IMPORTANT!!!-!!!IMPORTANT!!!-!!!IMPORTANT!!!!----
|
||||||
# Deployers need to change the value of the localMspId string.
|
# Deployers need to change the value of the localMspId string.
|
||||||
|
|
|
||||||
|
|
@ -342,7 +342,7 @@ peer:
|
||||||
Security:
|
Security:
|
||||||
|
|
||||||
# Path on the file system where peer will find MSP local configurations
|
# Path on the file system where peer will find MSP local configurations
|
||||||
mspConfigPath: mspreally
|
mspConfigPath: msp
|
||||||
# Identifier of the local MSP
|
# Identifier of the local MSP
|
||||||
# ----!!!!IMPORTANT!!!-!!!IMPORTANT!!!-!!!IMPORTANT!!!!----
|
# ----!!!!IMPORTANT!!!-!!!IMPORTANT!!!-!!!IMPORTANT!!!!----
|
||||||
# Deployers need to change the value of the localMspId string.
|
# Deployers need to change the value of the localMspId string.
|
||||||
|
|
|
||||||
|
|
@ -342,7 +342,7 @@ peer:
|
||||||
Security:
|
Security:
|
||||||
|
|
||||||
# Path on the file system where peer will find MSP local configurations
|
# Path on the file system where peer will find MSP local configurations
|
||||||
mspConfigPath: mspreally
|
mspConfigPath: msp
|
||||||
# Identifier of the local MSP
|
# Identifier of the local MSP
|
||||||
# ----!!!!IMPORTANT!!!-!!!IMPORTANT!!!-!!!IMPORTANT!!!!----
|
# ----!!!!IMPORTANT!!!-!!!IMPORTANT!!!-!!!IMPORTANT!!!!----
|
||||||
# Deployers need to change the value of the localMspId string.
|
# Deployers need to change the value of the localMspId string.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue