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
509 B
30 lines
509 B
pkgs: {
|
|
|
|
deploymentName = "mca-testnet";
|
|
|
|
dnsZone = "${pkgs.globals.domain}";
|
|
|
|
domain = "testnet.mcwhirter.com.au";
|
|
|
|
withSubmitApi = true;
|
|
withSmash = true;
|
|
|
|
initialPythonExplorerDBSyncDone = true;
|
|
|
|
environmentName = "mca-testnet";
|
|
|
|
topology = import ./topologies/mca-testnet.nix pkgs;
|
|
|
|
ec2 = {
|
|
credentials = {
|
|
accessKeyIds = {
|
|
MCA = "default";
|
|
dns = "default";
|
|
};
|
|
};
|
|
};
|
|
|
|
alertChainDensityLow = "90";
|
|
alertTcpHigh = "220";
|
|
alertTcpCrit = "250";
|
|
}
|
|
|