Update README.md

This commit is contained in:
Lennart
2025-02-02 15:22:56 +01:00
parent aa6bd1cbc0
commit e8ac138b32

View File

@@ -41,7 +41,7 @@ You can generate a default `config.toml` with
rustical gen-config
```
> [!WARNING] > `rustical gen-config` generates a random `frontend.secret_key`.
> [!WARNING] `rustical gen-config` generates a random `frontend.secret_key`.
> This secret is used to generate session cookies so if it is leaked an attacker could use it to authenticate to against any endpoint (also when the frontend is disabled).
You'll have to set your database path to something like `/var/lib/rustical/db.sqlite3`.