We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b8d1b commit 86a24d3Copy full SHA for 86a24d3
1 file changed
on-the-edge/.env.example
@@ -39,4 +39,11 @@ OTEL_EXPORTER_OTLP_METRICS_ENDPOINT="http://otel-collector:4318/v1/metrics"
39
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT="http://otel-collector:4318/v1/traces"
40
OTEL_EXPORTER_OTLP_LOGS_ENDPOINT="http://otel-collector:4318/v1/logs"
41
42
-DENO_ENV=production
+# staging/production
43
+DENO_ENV=staging
44
+
45
+SEGMENT_KEY=SEGMENT_KEY
46
47
+CLIENT_REQUEST_TIMEOUT=5000
48
49
+REDIS_URL=redis://default:admin@redis:6379
0 commit comments