17 lines
352 B
Plaintext
17 lines
352 B
Plaintext
# You can find all default values in the env.js file which makes our values type safe.
|
|
### Server Variables ###
|
|
NODE_ENV=
|
|
# Sentry
|
|
SENTRY_AUTH_TOKEN=
|
|
|
|
### Client Variables ###
|
|
# Next
|
|
NEXT_PUBLIC_SITE_URL=
|
|
# Convex
|
|
NEXT_PUBLIC_CONVEX_URL=
|
|
# Sentry
|
|
NEXT_PUBLIC_SENTRY_DSN=
|
|
NEXT_PUBLIC_SENTRY_URL=
|
|
NEXT_PUBLIC_SENTRY_ORG=
|
|
NEXT_PUBLIC_SENTRY_PROJECT_NAME=
|