docs/installation: reword not to suggest adding plaintext password to config file
Some checks failed
Build and test / check-license (push) Successful in 1m5s
Build and test / check (push) Successful in 1m48s
Build and test / build (push) Successful in 3m16s
Build and test / test (push) Successful in 3m26s
Build and test / docs (push) Has been cancelled

This commit is contained in:
2025-12-16 14:10:57 +09:00
parent 146421dd79
commit e6bcac8079

View File

@@ -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`