jet/crates/jet-api/README.md
2024-01-27 22:15:03 +01:00

27 lines
813 B
Markdown

## 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`
### Optional Environment
* `SENTRY_DSN` - sentry endpoint for events