1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 08:39:09 +00:00
tux/.env.example
kzndotsh 9e11b5fb67 refactor(.env.example): restructure and categorize environment variables for better readability and understanding
feat(.env.example): add comments to clarify usage of each environment variable for better user guidance
style(.env.example): remove unused SUPABASE_KEY variable to clean up the code
2024-08-25 06:15:22 +00:00

39 lines
456 B
Text

#
# Required
#
# If in production mode:
# DEV=False
PROD_DATABASE_URL=""
PROD_TOKEN=""
# If in development mode:
# DEV=True
DEV_DATABASE_URL=""
DEV_TOKEN=""
#
# Optional
#
SENTRY_URL=""
PROD_COG_IGNORE_LIST=
DEV_COG_IGNORE_LIST=
GITHUB_APP_ID=
GITHUB_CLIENT_ID=""
GITHUB_CLIENT_SECRET=""
GITHUB_PUBLIC_KEY=""
GITHUB_INSTALLATION_ID=
GITHUB_PRIVATE_KEY_BASE64=""
GITHUB_REPO_URL=
GITHUB_REPO_OWNER=
GITHUB_REPO=
MAILCOW_API_KEY=
MAILCOW_API_URL=