我需要更改hyperledger composer安装运行时的端口。我找到了这个链接https://hyperledger.github.io/composer/reference/composer.runtime.install.html我可以设置选项,但我还没有找到这个选项的格式。你能救我吗?
答案 0 :(得分:2)
假设您在不同的端口上配置并运行了Fabric,则是Business Network Card指定composer runtime install命令使用的主机和端口。
如果您自己构建卡,那么您将在connection.json文件中指定主机和端口。
如果您需要修改现有卡,您将找到一个文件,例如:
#<SortedSet: {"email", "id", "profiles.facebook.id", "profiles.facebook.picture", "profiles.twitter.id", "profiles.twitter.picture", "tags"}>
,指定Fabric的主机和端口。