ENV_DESC = "default"

# OpenTelemetry Configuration
OTEL_EXPORTER=otlp
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
OTEL_RESOURCE_ATTRIBUTES="fb.traces.artillery=True,fb.traces.scuba.table=nest_traces,fb.logs.scuba.table=nest_logs,fb.metrics.scuba.table=nest_metrics"
OTEL_LOG_LEVEL=info

NEXT_PUBLIC_NEST_ONCALL = "algopt"
NEXT_TELEMETRY_DISABLED=1

# ---------------------------------------------------------------------------
# OSS / external build configuration.
#
# These are intentionally NOT set here so they don't affect internal `nest dev`
# runs. Provide them via the environment, an .env.local (gitignored), or
# docker-compose when running the app outside Meta.
#
# REBALANCER_PROXY_URL   Base URL of the C++ JSON proxy that fronts the backend
#                        (e.g. http://localhost:8081). When set, the app uses the
#                        HTTP/JSON transport and disables SMC tier discovery.
# REBALANCER_PROXY_TOKEN Bearer token sent on every /v2/* request (omit if the
#                        proxy runs with --disable_auth).
# NEXT_PUBLIC_OSS_USER   Display name for the static OSS identity (build-time;
#                        default "Explorer User").
# ---------------------------------------------------------------------------
