Update config.toml

This commit is contained in:
Григорий Сафронов 2025-09-12 12:19:35 +00:00
parent eb99b58d8a
commit ccec68127e

View File

@ -49,7 +49,7 @@ path = "/falcot/backups"
[security] [security]
require_authentication = false require_authentication = false
jwt_secret = "your-secret-key-here" jwt_secret = "your-secret-key-here" # Секретный ключ для JWT (JSON Web Tokens)
password_hashing_rounds = 12 password_hashing_rounds = 12
[performance] [performance]