From e6bcac8079bdc03f9304ec72a8cab728bd5dee55 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 16 Dec 2025 14:10:57 +0900 Subject: [PATCH] docs/installation: reword not to suggest adding plaintext password to config file --- docs/installation.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 50b7f1b..c14ddd1 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -41,7 +41,12 @@ GRANT GRANT OPTION, CREATE, DROP ON *.* TO 'muscl'@'%'; FLUSH PRIVILEGES; ``` -Now you should add the login credentials to the muscl configuration file, typically located at `/etc/muscl/config.toml`. +Make sure to remember the username and password, as we will now need to add them to the muscl configuration. + +The configuration already comes preconfigured expecting the database user to be named `muscl`. +If you named it differently, please edit `/etc/muscl/muscl.conf` accordingly. + +For systemd-based setups, we recommend using `systemd-creds` to provide the database password, see the section below. ## Setting the myscl password with `systemd-creds`