Skip to content

Commit 01b9cba

Browse files
committed
[NRL-1511] Enable reporting for int and prod envs. Disable reporting in dev env
1 parent 3204509 commit 01b9cba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

terraform/infrastructure/etc/dev.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ domain = "api.record-locator.dev.national.nhs.uk"
55
public_domain = "internal-dev.api.service.nhs.uk"
66
public_sandbox_domain = "internal-dev-sandbox.api.service.nhs.uk"
77
log_retention_period = 90
8-
enable_reporting = true
8+
enable_reporting = false

terraform/infrastructure/etc/int.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ deletion_protection = true
77
public_domain = "int.api.service.nhs.uk"
88
public_sandbox_domain = "sandbox.api.service.nhs.uk"
99
log_retention_period = 90
10-
enable_reporting = false
10+
enable_reporting = true

terraform/infrastructure/etc/prod.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ domain = "api.record-locator.national.nhs.uk"
55
public_domain = "api.service.nhs.uk"
66
deletion_protection = true
77
log_retention_period = 2192
8-
enable_reporting = false
8+
enable_reporting = true

0 commit comments

Comments
 (0)