23 lines
442 B
JSON
23 lines
442 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|