Skip to content

Commit 86a24d3

Browse files
committed
chore(env): update .env.example for staging environment and add new configuration variables
1 parent 83b8d1b commit 86a24d3

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

on-the-edge/.env.example

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,11 @@ OTEL_EXPORTER_OTLP_METRICS_ENDPOINT="http://otel-collector:4318/v1/metrics"
3939
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT="http://otel-collector:4318/v1/traces"
4040
OTEL_EXPORTER_OTLP_LOGS_ENDPOINT="http://otel-collector:4318/v1/logs"
4141

42-
DENO_ENV=production
42+
# 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

Comments
 (0)