mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
26 lines
876 B
Plaintext
26 lines
876 B
Plaintext
# Base url for the API requests
|
|
NEXT_PUBLIC_API_BASE_URL=""
|
|
# 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
|
|
NEXT_PUBLIC_DEPLOY_URL="" |