Skip to content

Commit 6c8cee4

Browse files
Enable accounting for notebooks in prod
1 parent a8cc702 commit 6c8cee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

production.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ notebook_service_docker_image_url = "public.ecr.aws/openbraininstitute/n
1717
notebook_hub_on_eks_full_url = "none"
1818
notebook_service_cors_allowed_origins = "[\"https://www.openbraininstitute.org\"]"
1919
notebook_service_bucket_name = "obi-notebook-service-statistics-prod"
20-
notebook_service_k8s_thread_enabled = false
21-
notebook_service_accounting_enabled = false
20+
notebook_service_k8s_thread_enabled = true
21+
notebook_service_accounting_enabled = true
2222

2323
neuroagent_image_tag = "neuroagent-v0.11.4"
2424

0 commit comments

Comments
 (0)