diff --git a/docs/src/content/docs/reference/configuration.md b/docs/src/content/docs/reference/configuration.md index 4e806a0..67c4a2b 100644 --- a/docs/src/content/docs/reference/configuration.md +++ b/docs/src/content/docs/reference/configuration.md @@ -78,6 +78,10 @@ If the environment variable is defined without **and** with the suffix at the sa ##### KOITO_SUBSONIC_PARAMS - Required: `true` if KOITO_SUBSONIC_URL is set - Description: The `u`, `t`, and `s` authentication parameters to use for authenticated requests to your subsonic server, in the format `u=XXX&t=XXX&s=XXX`. An easy way to find them is to open the network tab in the developer tools of your browser of choice and copy them from a request. +:::caution +If Koito is unable to validate your Subsonic configuration, it will fail to start. If you notice your container isn't running after +changing these parameters, check the logs! +::: ##### KOITO_SKIP_IMPORT - Default: `false` - Description: Skips running the importer on startup.