mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
* . * add sentry * prettier * up packages * no edge sentry * chore: remove local sentry and now use form env --------- Co-authored-by: Nikita <github@nikiv.dev>
18 lines
352 B
Plaintext
18 lines
352 B
Plaintext
NEXT_PUBLIC_APP_NAME="Learn Anything"
|
|
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
|
|
|
NEXT_PUBLIC_JAZZ_GLOBAL_GROUP=""
|
|
|
|
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
|
|
CLERK_SECRET_KEY=
|
|
|
|
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
|
|
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
|
|
|
|
NEXT_PUBLIC_JAZZ_PEER_URL="wss://"
|
|
|
|
RONIN_TOKEN=
|
|
|
|
SENTRY_DSN=
|
|
SENTRY_PROJECT=
|
|
# IGNORE_BUILD_ERRORS=true |