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]