mirror of
https://github.com/placeholder-soft/chroma.git
synced 2026-01-12 17:02:54 +08:00
Disable telemetry in CI (#561)
## Description of changes Disable telemetry when running integration tests in CI. ## Test plan Ran and verified that previously we were seeing the log message about enabled telemetry, and not after this change. ## Documentation Changes N/A
This commit is contained in:
@@ -17,6 +17,7 @@ services:
|
||||
- CHROMA_DB_IMPL=clickhouse
|
||||
- CLICKHOUSE_HOST=test_clickhouse
|
||||
- CLICKHOUSE_PORT=8123
|
||||
- ANONYMIZED_TELEMETRY=False
|
||||
ports:
|
||||
- ${CHROMA_PORT}:8000
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user