From 82468be9cc306cd9745ef77d57cf9295eca2c07d Mon Sep 17 00:00:00 2001 From: emeric Date: Tue, 10 Mar 2026 17:00:54 +0100 Subject: [PATCH] Minor style update --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index dbe9146a..0e38a00f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -99,7 +99,7 @@ systemctl restart lms # Deployment __Note__: don't forget to give the _lms_ user read access to the music directory you want to scan. ## Configuration -_LMS_ uses a configuration file installed by default at `/etc/lms.conf`. It is recommended to edit this file and adjust the relevant settings like the working directory, Wt resources path, listen address, listen port, etc. +_LMS_ uses a configuration file installed by default at `/etc/lms.conf`. It is recommended to edit this file and adjust relevant settings such as the working directory, Wt resources path, listen address, listen port, etc. All other settings are configured through the web interface (user management, scan settings, transcode settings, etc.). If a setting is not present in the configuration file, a hardcoded default value is used (the same as in the [default configuration file](conf/lms.conf)). ## Authentication backends