We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ad24d commit 464acddCopy full SHA for 464acdd
.env.example
@@ -13,6 +13,9 @@ APP_ORIGIN=http://localhost:3030
13
ELECTRIC_ORIGIN=http://localhost:3060
14
NODE_ENV=development
15
16
+# Set this to UTC because Node.js uses the system timezone
17
+TZ="UTC"
18
+
19
# Redis is used for the v3 queuing and v2 concurrency control
20
REDIS_HOST="localhost"
21
REDIS_PORT="6379"
@@ -77,4 +80,4 @@ POSTHOG_PROJECT_KEY=
77
80
# These control the server-side internal telemetry
78
81
# INTERNAL_OTEL_TRACE_EXPORTER_URL=<URL to send traces to>
79
82
# INTERNAL_OTEL_TRACE_LOGGING_ENABLED=1
-# INTERNAL_OTEL_TRACE_INSTRUMENT_PRISMA_ENABLED=0,
83
+# INTERNAL_OTEL_TRACE_INSTRUMENT_PRISMA_ENABLED=0,
0 commit comments