From 74035c22ee3b1b3ee5653325ae8e4b2bac7d2649 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 28 Jun 2024 22:33:59 +0200 Subject: [PATCH] fix: disable monitoring in examples by default --- deployments/examples/ocis_full/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/examples/ocis_full/.env b/deployments/examples/ocis_full/.env index 1f354e9bf..d5913ca11 100644 --- a/deployments/examples/ocis_full/.env +++ b/deployments/examples/ocis_full/.env @@ -138,7 +138,7 @@ COLLABORA_ADMIN_PASSWORD= ## Debugging - Monitoring ## # Please see documentation at: https://owncloud.dev/ocis/deployment/monitoring-tracing/ # The leading colon is required to enable the service. -MONITORING=:monitoring_tracing/monitoring.yml +#MONITORING=:monitoring_tracing/monitoring.yml ## Uppy Companion Settings ## # The leading colon is required to enable the service.