From 76ca5491022a89cf7423c78c59c59ce70347842f Mon Sep 17 00:00:00 2001 From: Eoin Shaughnessy Date: Sat, 30 May 2026 10:54:43 +0100 Subject: [PATCH] docs: add configuration precedence note to options page --- content/en/docs/usage/configuration/options.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/usage/configuration/options.md b/content/en/docs/usage/configuration/options.md index 9c8fbad0..bde54af1 100644 --- a/content/en/docs/usage/configuration/options.md +++ b/content/en/docs/usage/configuration/options.md @@ -12,6 +12,8 @@ aliases: Navidrome allows some customization using environment variables, loading from a configuration file or using command line arguments. +When the same option is set using multiple methods, Navidrome uses the following order of precedence (highest to lowest): environment variables, command line arguments, configuration file. + ## Configuration File {{< alert >}} @@ -304,3 +306,4 @@ make it all uppercase. Ex: `ND_LOGLEVEL=debug`. See below for all available opti [opensubsonic]: https://opensubsonic.netlify.app/ [backup]: /docs/usage/admin/backup [plugins]: /docs/usage/features/plugins +