diff --git a/content/en/docs/Usage/configuration-options.md b/content/en/docs/Usage/configuration-options.md index 726b8a2..7d8e12a 100644 --- a/content/en/docs/Usage/configuration-options.md +++ b/content/en/docs/Usage/configuration-options.md @@ -128,19 +128,19 @@ make it all uppercase. Ex: `ND_LOGLEVEL=debug`. See below for all available opti | AuthWindowLength[\*][limit-login-attempts] | `ND_AUTHWINDOWLENGTH` | Window Length for the authentication rate limit | `"20s"` | | AutoImportPlaylists | `ND_AUTOIMPORTPLAYLISTS` | Enable/disable `.m3u` playlist auto-import | `true` | | DefaultPlaylistPublicVisibility | `ND_DEFAULTPLAYLISTPUBLICVISIBILITY` | Set imported playlists as public by default | `false` | -| ArtistArtPriority[\*][artistcoverart] | `ND_ARTISTARTPRIORITY` | Configure the order to look for artist images. | `artist.*, album/artist.*, external` | +| ArtistArtPriority[\*][artistcoverart] | `ND_ARTISTARTPRIORITY` | Configure the order to look for artist images. | `"artist.*, album/artist.*, external"` | | Backup.Path | `ND_BACKUP_PATH` | Path to store backups. Set to `""` to disable backups | `""` (disabled) | | Backup.Schedule | `ND_BACKUP_SCHEDULE` | Schedule for automatic backups. Use [Cron syntax](https://en.wikipedia.org/wiki/Cron#CRON_expression) | `""` (disabled) | | Backup.Count | `ND_BACKUP_COUNT` | Number of backups to keep | `0` (disabled) | | CoverArtPriority[\*][albumcoverart] | `ND_COVERARTPRIORITY` | Configure the order to look for cover art images. Use special `embedded` value to get embedded images from the audio files | `cover.*, folder.*, front.*, embedded, external` | | CoverJpegQuality | `ND_COVERJPEGQUALITY` | Set JPEG quality percentage for resized cover art images | `75` | -| DefaultDownsamplingFormat | `ND_DEFAULTDOWNSAMPLINGFORMAT` | Format to transcode to when client requests downsampling (specify maxBitrate without a format) | `opus` | +| DefaultDownsamplingFormat | `ND_DEFAULTDOWNSAMPLINGFORMAT` | Format to transcode to when client requests downsampling (specify maxBitrate without a format) | `"opus"` | | DefaultLanguage | `ND_DEFAULTLANGUAGE` | Sets the default language used by the UI when logging in from a new browser. This value must match one of the file names in the [resources/i18n][i18n]. Ex: for Chinese Simplified it has to be `zh-Hans` (case sensitive) | `"en"` | -| DefaultTheme | `ND_DEFAULTTHEME` | Sets the default theme used by the UI when logging in from a new browser. This value must match one of the options in the UI | `Dark` | +| DefaultTheme | `ND_DEFAULTTHEME` | Sets the default theme used by the UI when logging in from a new browser. This value must match one of the options in the UI | `"Dark"` | | EnableArtworkPrecache | `ND_ENABLEARTWORKPRECACHE` | Enable image pre-caching of new added music | `true` | | EnableCoverAnimation | `ND_ENABLECOVERANIMATION` | Controls whether the player in the UI will animate the album cover (rotation) | `true` | | EnableDownloads | `ND_ENABLEDOWNLOADS` | Enable the option in the UI to download music/albums/artists/playlists from the server | `true` | -| EnableExternalServices | `ND_ENABLEEXTERNALSERVICES`. | Set this to `false` to completely disable ALL external integrations, including the [anonymous data collection][insights] and the nice login background images) | `true` | +| EnableExternalServices | `ND_ENABLEEXTERNALSERVICES`. | Set this to `false` to completely disable ALL external integrations, including the [anonymous data collection][insights] and the nice login background images | `true` | | EnableFavourites | `ND_ENABLEFAVOURITES` | Enable toggling "Heart"/"Loved" for songs/albums/artists in the UI (maps to "Star"/"Starred" in Subsonic Clients) | `true` | | EnableGravatar | `ND_ENABLEGRAVATAR` | Use [Gravatar](https://gravatar.com/) images as the user profile image. Needs the user's email to be filled | `false` | | EnableLogRedacting | `ND_ENABLELOGREDACTING` | Whether or not sensitive information (like tokens and passwords) should be redacted (hidden) in the logs | `true` |