diff --git a/website/docs/installation/configuration.mdx b/website/docs/installation/configuration.mdx index 9bf19e8516..397ffd3b71 100644 --- a/website/docs/installation/configuration.mdx +++ b/website/docs/installation/configuration.mdx @@ -423,6 +423,14 @@ Configure Celery worker concurrency for authentik worker (see https://docs.celer Defaults to 2. +## System settings + +:::info +Requires authentik 2024.1.0 +::: + +Additional settings are configurable using the admin interface, under **System** -> **Settings** or using the API. + ## Custom python settings To modify additional settings further than the options above allow, you can create a custom python file and mount it to `/data/user_settings.py`. This file will be loaded on startup by both the server and the worker. All default settings are [here](https://github.com/goauthentik/authentik/blob/main/authentik/root/settings.py)