docker-compose-files/hyperledger_fabric/v1.0.4/config.json

23 lines
442 B
JSON
Raw Normal View History

2017-11-17 22:04:18 +08:00
{
"host":"localhost",
"port":"8080",
"channelsList": ["businesschannel"],
"GOPATH":"../artifacts",
"keyValueStore":"/tmp/fabric-client-kvs",
"eventWaitTime":"30000",
"enableTls":true,
"users":[
{
"username":"admin",
"secret":"adminpw"
}
],
"mysql":{
"host":"mysql",
"port":"3306",
"database":"fabricexplorer",
"username":"root",
"passwd":"root"
}
}