From ccec68127e1904b030bbc0fe4c6349c18c2a73f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=B8=D0=B9=20=D0=A1?= =?UTF-8?q?=D0=B0=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Fri, 12 Sep 2025 12:19:35 +0000 Subject: [PATCH] Update config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 163b17b..038e313 100644 --- a/config.toml +++ b/config.toml @@ -49,7 +49,7 @@ path = "/falcot/backups" [security] require_authentication = false -jwt_secret = "your-secret-key-here" +jwt_secret = "your-secret-key-here" # Секретный ключ для JWT (JSON Web Tokens) password_hashing_rounds = 12 [performance]