Skip to content

Commit

Permalink
Remove all fullpaths
Browse files Browse the repository at this point in the history
Signed-off-by: Sol Kang <pdpxpd@gmail.com>
Signed-off-by: 5pecia1 <pdpxpd@gmail.com>
  • Loading branch information
5pecia1 committed Apr 19, 2020
1 parent fc743a5 commit 115bb65
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions TROUBLESHOOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,6 @@ adminPrivateKeyPath /Users/USER_ID/workspace/fabric-1.3/fabric-samples/balance-
organizations:
{ Org1MSP:
{ mspid: 'Org1MSP',
fullpath: true,
adminPrivateKey: [Object],
signedCert: [Object] } },
peers:
Expand Down Expand Up @@ -901,7 +900,6 @@ adminPrivateKeyPath /Users/USER_ID/workspace/fabric-1.3/fabric-samples/balance-
organizations:
{ Org1MSP:
{ mspid: 'Org1MSP',
fullpath: true,
adminPrivateKey: [Object],
signedCert: [Object] } },
peers:
Expand Down
1 change: 0 additions & 1 deletion app/platform/fabric/connection-profile/first-network.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"organizations": {
"Org1MSP": {
"mspid": "Org1MSP",
"fullpath": true,
"adminPrivateKey": {
"path": "/fabric-path/fabric-samples/first-network/crypto-config/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/keystore/1bebc656f198efb4b5bed08ef42cf3b2d89ac86f0a6b928e7a172fd823df0a48_sk"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"organizations": {
"org1": {
"mspid": "Org1ExampleCom",
"fullpath": true,
"adminPrivateKey": {
"path": "./app/platform/fabric/e2e-test/specs/crypto-config/peerOrganizations/org1/users/Admin@org1/msp/keystore/priv_sk"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"organizations": {
"org2": {
"mspid": "Org2ExampleCom",
"fullpath": true,
"adminPrivateKey": {
"path": "./app/platform/fabric/e2e-test/specs/crypto-config/peerOrganizations/org2/users/Admin@org2/msp/keystore/priv_sk"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"organizations": {
"org1": {
"mspid": "Org1ExampleCom",
"fullpath": true,
"adminPrivateKey": {
"path": "GOPATH/src/github.com/hyperledger/fabric-test/tools/operator/crypto-config/peerOrganizations/org1/users/Admin@org1/msp/keystore/priv_sk"
},
Expand Down
2 changes: 0 additions & 2 deletions examples/net1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ A complete configuration **example** file is shown below for 2 ORG Blockchain in
"organizations": {
"Org1MSP": {
"mspid": "Org1MSP",
"fullpath": false,
"adminPrivateKey": {
"path":
"/tmp/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/keystore"
Expand Down Expand Up @@ -237,7 +236,6 @@ Note: Make sure you put the right node IPs, ports and certs paths before running
"organizations": {
"Org1MSP": {
"mspid": "Org1MSP",
"fullpath": false,
"adminPrivateKey": {
"path":
"/tmp/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/keystore"
Expand Down
1 change: 0 additions & 1 deletion examples/net1/connection-profile/first-network.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"organizations": {
"Org1MSP": {
"mspid": "Org1MSP",
"fullpath": true,
"adminPrivateKey": {
"path": "/tmp/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/keystore/d30992c2b7799bc5c65bf6e4839369c7dd3edf0b786eecd4a9d3a3b207d8863f_sk"
},
Expand Down

0 comments on commit 115bb65

Please sign in to comment.