rust_forum/configs/server_config.toml
Ahmet Kaan GÜMÜŞ 11f101638e feat: post and comment length limit
fix: 🚑 user extraction from url
2025-01-29 17:01:56 +03:00

8 lines
220 B
TOML

[server_config]
address = "localhost:2344"
otp_time_limit = 15
login_token_expiration_time_limit = 15
login_token_refresh_time_limit = 30
concurrency_limit = -1
post_length_limit = 1048576
comment_length_limit = 1048576