chore: update security updates in example config

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I2b2eee2f6f8b2e939d0c080fb37f0bb76a6a6964
This commit is contained in:
raf 2026-02-27 21:19:17 +03:00
commit 3807293eb7
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -1,6 +1,5 @@
# FC CI Configuration File
# This file contains default configuration for all FC CI components
[database]
connect_timeout = 30
idle_timeout = 600
@ -16,6 +15,11 @@ max_body_size = 10485760 # 10MB
port = 3000
request_timeout = 30
# Security options
# force_secure_cookies = true # enable when behind HTTPS reverse proxy (nginx/caddy)
# rate_limit_rps = 100 # requests per second per IP (prevents DoS)
# rate_limit_burst = 20 # burst size before rate limit enforcement
[evaluator]
allow_ifd = false
git_timeout = 600