Skip to content

Commit 83a3522

Browse files
authored
removed CLOUD_ENV from .env.example (triggerdotdev#1230)
1 parent 12d2bd6 commit 83a3522

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.env.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ REMIX_APP_PORT=3030
1111
APP_ENV=development
1212
APP_ORIGIN=http://localhost:3030
1313
NODE_ENV=development
14-
CLOUD_ENV=development
1514
V3_ENABLED=true
1615

1716
# 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
7978
# INTERNAL_OTEL_TRACE_EXPORTER_AUTH_HEADER_VALUE=<Auth token value>
8079
# INTERNAL_OTEL_TRACE_LOGGING_ENABLED=1
8180
# 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,
81+
# INTERNAL_OTEL_TRACE_INSTRUMENT_PRISMA_ENABLED=0,

0 commit comments

Comments
 (0)