-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (21 loc) · 826 Bytes
/
.env.example
File metadata and controls
26 lines (21 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Optional: enable Sentry crash/error reporting.
SENTRY_DSN=
# Optional: override the Sentry environment name.
SENTRY_ENVIRONMENT=production
# Optional: enable Sentry while running the dev app. Production builds only need a DSN.
SENTRY_ENABLE_DEV=0
# Optional: print Sentry SDK debug logs.
SENTRY_DEBUG=0
# Optional: upload source maps during release builds.
SENTRY_AUTH_TOKEN=
SENTRY_ORG=
SENTRY_PROJECT=
# Optional: enable anonymous PostHog product analytics.
# PostHog project keys are browser/client keys. They are not secrets and may be
# visible to a local user in renderer process arguments or bundled JS.
# Vite maps these POSTHOG_* vars into the renderer for dev and build, so
# separate VITE_* duplicates are not needed.
POSTHOG_ENABLED=1
POSTHOG_KEY=
POSTHOG_HOST=https://us.i.posthog.com
POSTHOG_ENABLE_DEV=0