env.sample: Do not set otel_exporter by default (#1453)

Signed-off-by: Luis Garcia <git@luigi311.com>
This commit is contained in:
Luigi311 2026-04-09 01:00:51 -06:00 committed by GitHub
parent e6643436d7
commit 444084ab3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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