diff --git a/website/docs/installation/configuration.md b/website/docs/installation/configuration.md index 29593a43..2023613f 100644 --- a/website/docs/installation/configuration.md +++ b/website/docs/installation/configuration.md @@ -61,30 +61,6 @@ The duration after which an inactive session will expire. You can specify the ti Defaults to 30 minutes. -#### ~~KOMGA_LIBRARIES_SCAN_CRON / komga.libraries-scan-cron: ``~~ - -This has been moved to [Library options: scan interval](/guides/libraries.md#scan-interval). - -#### ~~KOMGA_LIBRARIES_SCAN_STARTUP / komga.libraries-scan-startup: ``~~ - -This has been moved to [Library options: scan on startup](/guides/libraries.md#scan-on-startup). - -#### ~~KOMGA_LIBRARIES_SCAN_DIRECTORY_EXCLUSIONS / komga.libraries-scan-directory-exclusions: ``~~ - -This has been moved to [Library options: directory exclusions](/guides/libraries.md#directory-exclusions). - -#### ~~KOMGA_REMEMBERME_KEY / komga.remember-me.key: ``~~ - -This has been moved to Server Settings. - -#### ~~KOMGA_REMEMBERME_VALIDITY / komga.remember-me.validity: ``~~ - -This has been moved to Server Settings. - -#### ~~KOMGA_SESSIONTIMEOUT / komga.session-timeout: ``~~ - -This has been replaced by `server.servlet.session.timeout`. - #### KOMGA_DATABASE_FILE / komga.database.file: `` File path for the SQLite database. @@ -101,14 +77,6 @@ A list of origins to allow for CORS. Defaults to empty list. -#### ~~KOMGA_DELETE_EMPTY_COLLECTIONS / komga.delete-empty-collections: ``~~ - -This has been moved to Server Settings. - -#### ~~KOMGA_DELETE_EMPTY_READ_LISTS / komga.delete-empty-read-lists: ``~~ - -This has been moved to Server Settings. - #### KOMGA_OAUTH2_ACCOUNT_CREATION / komga.oauth2-account-creation: `` A boolean indicating whether Komga should create new users when a login via OAuth2/OIDC succeeds, but there is no existing user with that email. @@ -146,14 +114,6 @@ Defaults to: _When overriding this configuration, you need to use `${user.home}` instead of `~` (this is a specific Spring Boot variable)._ -#### ~~KOMGA_TASKCONSUMERS / komga.task-consumers: ``~~ - -This has been removed. - -#### ~~KOMGA_TASKCONSUMERSMAX / komga.task-consumers-max: ``~~ - -This has been removed. - ## Sample Configuration File Here is a sample `application.yml` file in case you need to customize it. Keep only the lines you need.