Update config.toml
This commit is contained in:
parent
ccec68127e
commit
4aa21c23f1
@ -49,8 +49,8 @@ path = "/falcot/backups"
|
|||||||
|
|
||||||
[security]
|
[security]
|
||||||
require_authentication = false
|
require_authentication = false
|
||||||
jwt_secret = "your-secret-key-here" # Секретный ключ для JWT (JSON Web Tokens)
|
jwt_secret = "your-secret-key-here" # Секретный ключ для JWT (JSON Web Tokens) ВАЖНО: В продакшене нужно заменить на уникальный сложный ключ
|
||||||
password_hashing_rounds = 12
|
password_hashing_rounds = 12 # Количество раундов хеширования паролей, для защиты паролей пользователей в базе данных
|
||||||
|
|
||||||
[performance]
|
[performance]
|
||||||
max_memory_mb = 1024
|
max_memory_mb = 1024
|
||||||
|
Loading…
x
Reference in New Issue
Block a user