From 4a0f2e609d8bc59fed2635dd72b7307e73ed8912 Mon Sep 17 00:00:00 2001
From: Pierre Delpy
Date: Mon, 13 Oct 2025 08:27:35 +0200
Subject: [PATCH] "fixed itcc param"
---
itcc/docker-compose.yml | 2 +-
itcc/modules/lens-compose.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/itcc/docker-compose.yml b/itcc/docker-compose.yml
index 3caf5fe..9825ae2 100644
--- a/itcc/docker-compose.yml
+++ b/itcc/docker-compose.yml
@@ -34,7 +34,7 @@ services:
EPSILON: 0.28
QUERIES_TO_CACHE: '/queries_to_cache.conf'
ENDPOINT_TYPE: ${FOCUS_ENDPOINT_TYPE:-blaze}
- CQL_PROJECTS_ENABLED: ${CQL_PROJECT}
+ CQL_PROJECTS_ENABLED: "itcc"
volumes:
- /srv/docker/bridgehead/itcc/queries_to_cache.conf:/queries_to_cache.conf:ro
depends_on:
diff --git a/itcc/modules/lens-compose.yml b/itcc/modules/lens-compose.yml
index f3a71e6..d19c372 100644
--- a/itcc/modules/lens-compose.yml
+++ b/itcc/modules/lens-compose.yml
@@ -17,7 +17,7 @@ services:
BEAM_PROXY_ID: ${SITE_ID}
BEAM_BROKER_ID: ${BROKER_ID}
BEAM_APP_ID: "focus"
- PROJECT_METADATA: ${CQL_PROJECT}
+ PROJECT_METADATA: "itcc"
depends_on:
- "beam-proxy"
labels: