From 4a8dfae7b9a01d46e365865a091380f5aeb5d5d8 Mon Sep 17 00:00:00 2001 From: "Kai A. Hiller" Date: Wed, 4 Jun 2025 14:46:32 +0200 Subject: [PATCH] Update encryption secret warning in docs --- docs/reference/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index 389cd5a7d..628ec6c52 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -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`