Files
plane/.env.example
T

41 lines
987 B
Bash
Raw Normal View History

2023-05-25 10:24:20 +05:30
# Frontend
# Extra image domains that need to be added for Next Image
NEXT_PUBLIC_EXTRA_IMAGE_DOMAINS=
2023-05-25 10:24:20 +05:30
# Google Client ID for Google OAuth
2023-03-09 20:49:12 +05:30
NEXT_PUBLIC_GOOGLE_CLIENTID=""
2023-05-25 10:24:20 +05:30
# Github ID for Github OAuth
2023-03-09 20:49:12 +05:30
NEXT_PUBLIC_GITHUB_ID=""
2023-05-25 10:24:20 +05:30
# Github App Name for GitHub Integration
NEXT_PUBLIC_GITHUB_APP_NAME=""
# Sentry DSN for error monitoring
2023-03-09 20:49:12 +05:30
NEXT_PUBLIC_SENTRY_DSN=""
2023-05-25 10:24:20 +05:30
# Enable/Disable OAUTH - default 0 for selfhosted instance
NEXT_PUBLIC_ENABLE_OAUTH=0
2023-05-25 10:24:20 +05:30
# Enable/Disable sentry
NEXT_PUBLIC_ENABLE_SENTRY=0
2023-05-25 10:24:20 +05:30
# Enable/Disable session recording
NEXT_PUBLIC_ENABLE_SESSION_RECORDER=0
2023-05-25 10:24:20 +05:30
# Enable/Disable event tracking
NEXT_PUBLIC_TRACK_EVENTS=0
2023-05-25 10:24:20 +05:30
# Slack for Slack Integration
2023-04-22 21:54:50 +05:30
NEXT_PUBLIC_SLACK_CLIENT_ID=""
2023-05-25 10:24:20 +05:30
# Backend
# Email Settings
2023-05-03 13:36:55 +05:30
EMAIL_HOST=""
EMAIL_HOST_USER=""
EMAIL_HOST_PASSWORD=""
2023-05-25 10:24:20 +05:30
EMAIL_PORT=587
# AWS Settings
2023-05-03 13:36:55 +05:30
AWS_REGION=""
AWS_ACCESS_KEY_ID=""
AWS_SECRET_ACCESS_KEY=""
AWS_S3_BUCKET_NAME=""
2023-05-25 10:24:20 +05:30
AWS_S3_ENDPOINT_URL=""
# GPT settings
2023-05-03 13:36:55 +05:30
OPENAI_API_KEY=""
2023-05-25 10:24:20 +05:30
GPT_ENGINE=""
# Auto generated and Required