diff --git a/charts/collaboration-server/values.yaml b/charts/collaboration-server/values.yaml index c9a995d..3fe6d53 100644 --- a/charts/collaboration-server/values.yaml +++ b/charts/collaboration-server/values.yaml @@ -71,4 +71,4 @@ affinity: {} istio: enabled: false -stats: "https://www.univer.ai/univer-cloud/stats/report" +stats: "" diff --git a/charts/universer/values.yaml b/charts/universer/values.yaml index 332d160..c823949 100644 --- a/charts/universer/values.yaml +++ b/charts/universer/values.yaml @@ -36,7 +36,7 @@ service: http: 8000 grpc: 9000 stats: - addr: "https://www.univer.ai/univer-cloud/stats/report" + addr: "" ingress: enabled: false diff --git a/docker-compose/.env b/docker-compose/.env index 9933f6e..84f1675 100644 --- a/docker-compose/.env +++ b/docker-compose/.env @@ -120,4 +120,4 @@ USIP_URI_COLLABORATORS= #stats # If you want not to report stats, comment the following line -STATS_ADDR=https://www.univer.ai/univer-cloud/stats/report \ No newline at end of file +STATS_ADDR= \ No newline at end of file