From 1f09765d062f190c476cb6b6992d9cf1eb1938af Mon Sep 17 00:00:00 2001 From: petar-cvit Date: Mon, 26 Aug 2024 21:35:51 +0200 Subject: [PATCH] disable telemetry in dev --- cyclops-ctrl/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyclops-ctrl/.env b/cyclops-ctrl/.env index c5c171ed..78d4024a 100644 --- a/cyclops-ctrl/.env +++ b/cyclops-ctrl/.env @@ -1,4 +1,4 @@ -DISABLE_TELEMETRY=false +DISABLE_TELEMETRY=true PORT=8888 WATCH_NAMESPACE=cyclops CYCLOPS_VERSION=v0.0.0