You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
pkgs: {
|
|
|
|
|
|
|
|
deploymentName = "shelley-qa";
|
|
|
|
environmentName = "shelley_qa";
|
|
|
|
|
|
|
|
topology = import ./topologies/shelley-qa.nix pkgs;
|
|
|
|
environmentConfig = pkgs.iohkNix.cardanoLib.environments.shelley_qa;
|
|
|
|
|
|
|
|
withFaucet = true;
|
|
|
|
withExplorer = true;
|
|
|
|
withCardanoDBExtended = true;
|
|
|
|
withSmash = true;
|
|
|
|
withSubmitApi = true;
|
|
|
|
faucetHostname = "faucet";
|
|
|
|
|
|
|
|
ec2 = {
|
|
|
|
credentials = {
|
|
|
|
accessKeyIds = {
|
|
|
|
IOHK = "dev-deployer";
|
|
|
|
dns = "dev-deployer";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|