You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/.env.example
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ CRON_SECRET=your_cron_secret # Use `openssl rand -hex 32` to generate. Authentic
96
96
# LITELLM_BASE_URL=http://localhost:4000 # Base URL for your LiteLLM proxy (OpenAI-compatible)
97
97
# LITELLM_API_KEY= # Optional bearer token if your LiteLLM proxy requires auth
98
98
# OPENROUTER_API_KEY= # Optional self-hosted fallback for OpenAI knowledge-base embeddings
99
+
# DISABLE_TELEMETRY=1 # Disable all OpenTelemetry collection (traces, metrics, logs). Prevents export timeouts when the telemetry endpoint is unreachable
99
100
# NEXT_PUBLIC_FORCE_HOSTED=true # Dev only: treat this instance as hosted Sim (sim-auto pool, platform keys); ignored in production builds
100
101
# FIREWORKS_API_KEY= # Optional Fireworks AI API key for model listing and inference
101
102
# FIREWORKS_API_KEY_1= # Optional Fireworks API key for rotation (hosted deployments)
0 commit comments