2023-09-04 10:29:51 +00:00
|
|
|
# Extra image domains that need to be added for Next Image
|
|
|
|
NEXT_PUBLIC_EXTRA_IMAGE_DOMAINS=
|
|
|
|
# Google Client ID for Google OAuth
|
|
|
|
NEXT_PUBLIC_GOOGLE_CLIENTID=""
|
|
|
|
# GitHub App ID for GitHub OAuth
|
|
|
|
NEXT_PUBLIC_GITHUB_ID=""
|
|
|
|
# GitHub App Name for GitHub Integration
|
|
|
|
NEXT_PUBLIC_GITHUB_APP_NAME=""
|
|
|
|
# Sentry DSN for error monitoring
|
|
|
|
NEXT_PUBLIC_SENTRY_DSN=""
|
|
|
|
# Enable/Disable OAUTH - default 0 for selfhosted instance
|
|
|
|
NEXT_PUBLIC_ENABLE_OAUTH=0
|
|
|
|
# Enable/Disable Sentry
|
|
|
|
NEXT_PUBLIC_ENABLE_SENTRY=0
|
|
|
|
# Enable/Disable session recording
|
|
|
|
NEXT_PUBLIC_ENABLE_SESSION_RECORDER=0
|
|
|
|
# Enable/Disable event tracking
|
|
|
|
NEXT_PUBLIC_TRACK_EVENTS=0
|
|
|
|
# Slack Client ID for Slack Integration
|
|
|
|
NEXT_PUBLIC_SLACK_CLIENT_ID=""
|
|
|
|
# For Telemetry, set it to "app.plane.so"
|
|
|
|
NEXT_PUBLIC_PLAUSIBLE_DOMAIN=""
|
|
|
|
# Public boards deploy URL
|
2023-09-13 14:51:02 +00:00
|
|
|
NEXT_PUBLIC_DEPLOY_URL="http://localhost:3000/spaces"
|