mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
This addresses Issue #504. This extends the test-network-nano-bash sample to offer an option to run a fabric network without using any containers at all. The chaincode is running as an external service directly on the host machine. Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
5 lines
84 B
JSON
5 lines
84 B
JSON
{
|
|
"address": "127.0.0.1:9999",
|
|
"dial_timeout": "10s",
|
|
"tls_required": false
|
|
}
|