We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Hey, to which file does this changes need to be made? CC: @dzikowski @torrespro
Sorry, something went wrong.
which port explorer I can access it once I enable in config file
explorer ports are 7010 + orgIndex, so 7010 for the first organization, 7011 for the second one etc. Here is the code:
7010 + orgIndex
7010
7011
const getPortsForOrg = (orgIndex: number) => ({ caPort: 7020 + 20 * orgIndex, headPeerPort: 7021 + 20 * orgIndex, headOrdererPort: 7030 + 20 * orgIndex, headPeerCouchDbPort: 5080 + 20 * orgIndex, fabloRestPort: 8800 + orgIndex, explorerPort: 7010 + orgIndex, });
You can also check them in fablo-target/fabric-docker/docker-compose.yaml file.
fablo-target/fabric-docker/docker-compose.yaml
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: