File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 type : string
2121 role-duration-seconds :
2222 type : number
23- default : 3600
23+ default : 5400
2424 environment :
2525 required : true
2626 type : string
Original file line number Diff line number Diff line change 1717# get the environment
1818environment = utils .get_environment ()
1919stack_name_prefix = f"openchallenges-{ environment } "
20- image_version = "1.1.1 "
20+ image_version = "1.1.2 "
2121
2222# get VARS from cdk.json
2323env_vars = app .node .try_get_context (environment )
308308 "API_DOCS_URL" : f"https://{ fully_qualified_domain_name } /api-docs" ,
309309 "APP_VERSION" : image_version ,
310310 "CSR_API_URL" : f"https://{ fully_qualified_domain_name } /api/v1" ,
311- "DATA_UPDATED_ON" : "2024-11-27 " ,
311+ "DATA_UPDATED_ON" : "2024-12-12 " ,
312312 "ENVIRONMENT" : "production" ,
313313 "GOOGLE_TAG_MANAGER_ID" : "GTM-NBR5XD8C" ,
314314 "SSR_API_URL" : "http://openchallenges-api-gateway:8082/api/v1" ,
You can’t perform that action at this time.
0 commit comments