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.
30 lines
539 B
30 lines
539 B
pkgs: {
|
|
|
|
deploymentName = "mainnet-candidate-4";
|
|
|
|
environmentName = "mainnet_candidate_4";
|
|
|
|
topology = import ./topologies/mainnet-candidate-4.nix pkgs;
|
|
|
|
withExplorer = true;
|
|
withHighLoadRelays = true;
|
|
withSmash = true;
|
|
withSubmitApi = true;
|
|
|
|
withFaucet = true;
|
|
faucetHostname = "faucet";
|
|
|
|
ec2 = {
|
|
credentials = {
|
|
accessKeyIds = {
|
|
IOHK = "default";
|
|
dns = "dev";
|
|
};
|
|
};
|
|
};
|
|
|
|
alertChainDensityLow = "60";
|
|
alertMemPoolHigh = "190";
|
|
alertTcpHigh = "150";
|
|
alertTcpCrit = "180";
|
|
}
|
|
|