Update encryption secret warning in docs

This commit is contained in:
Kai A. Hiller
2025-06-04 14:46:32 +02:00
parent 67874be00f
commit 4a8dfae7b9

View File

@@ -243,9 +243,9 @@ via file, set `secrets.encryption_file` to the file path; alternatively use
If given via file, the encyption secret is only read at application startup.
The secret is not updated when the content of the file changes.
> ⚠️ **Warning** Do not change the encryption secret after the initial start.
> Changing the encryption secret afterwards will lead to a loss of all
> information stored in the database.
> ⚠️ **Warning** Do not change the encryption secret after the initial start!
> Changing the encryption secret afterwards will lead to a loss of all encrypted
> information in the database.
### `secrets.keys`