chore: update security updates in example config
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I2b2eee2f6f8b2e939d0c080fb37f0bb76a6a6964
This commit is contained in:
parent
d0ffa5d9e5
commit
3807293eb7
1 changed files with 5 additions and 1 deletions
6
fc.toml
6
fc.toml
|
|
@ -1,6 +1,5 @@
|
||||||
# FC CI Configuration File
|
# FC CI Configuration File
|
||||||
# This file contains default configuration for all FC CI components
|
# This file contains default configuration for all FC CI components
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
connect_timeout = 30
|
connect_timeout = 30
|
||||||
idle_timeout = 600
|
idle_timeout = 600
|
||||||
|
|
@ -16,6 +15,11 @@ max_body_size = 10485760 # 10MB
|
||||||
port = 3000
|
port = 3000
|
||||||
request_timeout = 30
|
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]
|
[evaluator]
|
||||||
allow_ifd = false
|
allow_ifd = false
|
||||||
git_timeout = 600
|
git_timeout = 600
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue