From 444084ab3d7dc15ba7c486be83cb35583e2ef26a Mon Sep 17 00:00:00 2001 From: Luigi311 Date: Thu, 9 Apr 2026 01:00:51 -0600 Subject: [PATCH] env.sample: Do not set otel_exporter by default (#1453) Signed-off-by: Luis Garcia --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 451d3980..c56cc318 100644 --- a/.env.example +++ b/.env.example @@ -70,8 +70,8 @@ KEIBI_APIKEY_SCANNER_CLAIMS='{"permissions": ["core.read", "core.write"]}' # To debug the front end, you can set the following to an external backend KYOO_URL= -OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4317" -OTEL_EXPORTER_OTLP_PROTOCOL="http/protobuf" +#OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4317" +#OTEL_EXPORTER_OTLP_PROTOCOL="http/protobuf" # It is recommended to use the below PG environment variables when possible. # POSTGRES_URL=postgres://user:password@hostname:port/dbname?sslmode=verify-full&sslrootcert=/path/to/server.crt&sslcert=/path/to/client.crt&sslkey=/path/to/client.key