Skip to content

Commit

Permalink
cdk json
Browse files Browse the repository at this point in the history
  • Loading branch information
prenagha committed Aug 12, 2024
1 parent 8f06d29 commit 1598037
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ build
.idea
cdk.out
node_modules
cdk.json
package-lock.json
cdk.context.json
34 changes: 34 additions & 0 deletions cdk/cdk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"watch": {
"include": [
"**"
],
"exclude": [
"README.md",
"cdk*.json",
"build",
"build.gradle.kts",
"src/test"
]
},
"context": {
"accountId" : "203771817192",
"region": "us-east-2",
"environmentName": "staging",
"applicationName": "todo-app",
"dockerRepositoryName": "todo-app",
"dockerImageTag": "latest",

"applicationUrl": "https://todo.renaghan.com",
"loginPageDomainPrefix": "todo-dev",
"springProfile": "aws",
"activeMqUsername": "activemqUser",
"canaryUsername": "canary",
"canaryUserPassword": "SECRET_OVERRIDDEN_BY_WORKFLOW",
"confirmationEmail": "todo@padraic.renaghan.com",
"applicationDomain": "todo.renaghan.com",
"sslCertificateArn": "arn:aws:acm:us-east-2:xxx:certificate/xxx",
"hostedZoneDomain": "todo.renaghan.com",
"githubToken": "SECRET_OVERRIDDEN_BY_WORKFLOW"
}
}

0 comments on commit 1598037

Please sign in to comment.