We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166e28e commit 239426eCopy full SHA for 239426e
infrastructure/environments/prod/locals.tf
@@ -27,7 +27,7 @@ locals {
27
28
PINO_LOG_LEVEL = "info"
29
DEPLOY_ENVIRONMENT = local.environment
30
- PROFILE_PERFORMANCE = "false"
+ PROFILE_PERFORMANCE = "true"
31
32
CONTENT_API_ENDPOINT = "https://api.service.nhs.uk/"
33
CONTENT_CACHE_PATH = "s3://${local.content_cache_bucket_name}"
0 commit comments