mira
Version:
NearForm Accelerator for Cloud Native Serverless AWS
43 lines • 1.05 kB
JSON
{
"app": {
"prefix": "Company",
"name": "Product"
},
"environments": {
"Staging": {
"profile": "company-dev",
"withDomain": true,
"webAppUrl": "staging.company.com",
"requireManualApproval": false
},
"Production": {
"profile": "company-prd",
"withDomain": true,
"webAppUrl": "company.com",
"requireManualApproval": true
},
"Developer": {
"profile": "company-dev",
"withDomain": true,
"baseDomain": "company.com"
}
},
"domain": {
"profile": "company-domain",
"baseDomain": "company.com",
"hostedZoneId": "Z2DHU1GXEKO5Q6"
},
"cicd": {
"profile": "company-dev",
"buildspec_file": "infra/buildspec.yaml",
"source": "github",
"repository_url": "https://github.com/company/product",
"branch_name": "master",
"github_token_secret_arn": "arn:aws:secretsmanager:eu-west-1:111111111111:secret:GitHubToken-VqjNoC",
"codecommit_public_key": "",
"steps": [
"Staging",
"Production"
]
}
}