Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 8eb61c4

Browse files
authored
fix rest server npm readme (#4542)
Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com>
1 parent 4cc9d5a commit 8eb61c4

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

packages/composer-rest-server/README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,5 @@ Executing those APIs will then have a real effect on the business network to whi
1717
composer-rest-server
1818
```
1919

20-
## Hints and Tips
21-
For a connection profile, Hyperledger Composer looks for a `connection.json` file in the user's `<HOME>/.composer-connection-profiles`
22-
directory.
23-
24-
e.g. If your connection profile is specified in `<HOME DIR>/.composer-connection-profiles/auction-app/connection.json` then you
25-
would need to specify `auction-app` as your connection profile.
26-
27-
Additionally the business network identifier that you'll need to specify is that which the business network was deployed with.
28-
Here is an example connection.json profile:
29-
```
30-
{
31-
"type": "hlf",
32-
"keyValStore": "/Users/me/.composer-credentials/kvs",
33-
"membershipServicesURL": "grpc://some.ip.address.here:7054",
34-
"peerURL": "grpc://some.ip.address.here:7051",
35-
"eventHubURL": "grpc://some.ip.address.here:7053",
36-
"deployWaitTime": 300,
37-
"invokeWaitTime": 10,
38-
"networks": {
39-
"org.acme.biznissnet": "1facb9f46ac3998f4bce1dbaf8979085b01737fccb45db70903895901288ec00"
40-
}
41-
}
42-
```
43-
4420
## License <a name="license"></a>
4521
Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.

0 commit comments

Comments
 (0)