Skip to content

Commit 1878388

Browse files
committed
Update encryption secret warning in docs
1 parent 3ac2e98 commit 1878388

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ via file, set `secrets.encryption_file` to the file path; alternatively use
243243
If given via file, the encyption secret is only read at application startup.
244244
The secret is not updated when the content of the file changes.
245245

246-
> ⚠️ **Warning** – Do not change the encryption secret after the initial start.
247-
> Changing the encryption secret afterwards will lead to a loss of all
248-
> information stored in the database.
246+
> ⚠️ **Warning** – Do not change the encryption secret after the initial start!
247+
> Changing the encryption secret afterwards will lead to a loss of all encrypted
248+
> information in the database.
249249

250250
### `secrets.keys`
251251

0 commit comments

Comments
 (0)