## Environment: * `JET_API_HOST` - application host, example `jet.example.com` * `JET_API_SCHEMA` - application protocol, example `http` * `JET_API_ADDR` - default `0.0.0.0:7865` * `REDIS_ADDR` - default: `0.0.0.0` * `REDIS_PORT` - default: `6379` ### Application config * `GOOGLE_CLIENT_ID` - * `GITHUB_CLIENT_ID` - * `GITHUB_APP_NAME` - * `MAGIC_LOGIN` - allow to log-in withuot password, using link send to email address * `EMAIL_PASSWORD_LOGIN` - * `SLACK_CLIENT_ID` - * `POSTHOG_API_KEY` - * `POSTHOG_HOST` - * `HAS_UNSPLASH_CONFIGURED` - * `HAS_OPENAI_CONFIGURED` - added for compatibility but not supported * `FILE_SIZE_LIMIT` - maximum file size * `IS_SELF_MANAGED` - always `true` but added for compatibility with `plane` * `PASSWORD_RESET_SECRET` - mandatory secret to encrypt password reset token * `PASSWORD_RESET_TIMEOUT` - mandatory duration for password reset token, example: "12h 5min 2ns" ### Optional Environment * `SENTRY_DSN` - sentry endpoint for events