We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d2bd6 commit 83a3522Copy full SHA for 83a3522
.env.example
@@ -11,7 +11,6 @@ REMIX_APP_PORT=3030
11
APP_ENV=development
12
APP_ORIGIN=http://localhost:3030
13
NODE_ENV=development
14
-CLOUD_ENV=development
15
V3_ENABLED=true
16
17
# Redis is used for the v3 queuing and v2 concurrency control
@@ -79,4 +78,4 @@ COORDINATOR_SECRET=coordinator-secret # generate the actual secret with `openssl
79
78
# INTERNAL_OTEL_TRACE_EXPORTER_AUTH_HEADER_VALUE=<Auth token value>
80
# INTERNAL_OTEL_TRACE_LOGGING_ENABLED=1
81
# INTERNAL_OTEL_TRACE_SAMPING_RATE=20 # this means 1/20 traces or 5% of traces will be sampled (sampled = recorded)
82
-# INTERNAL_OTEL_TRACE_INSTRUMENT_PRISMA_ENABLED=0,
+# INTERNAL_OTEL_TRACE_INSTRUMENT_PRISMA_ENABLED=0,
0 commit comments