mirror of
https://github.com/Rayzggz/server_torii.git
synced 2025-06-22 23:11:30 +08:00
21 lines
483 B
YAML
21 lines
483 B
YAML
CAPTCHA:
|
|
secret_key: "0378b0f84c4310279918d71a5647ba5d"
|
|
captcha_validate_time: 600
|
|
captcha_challenge_session_timeout: 120
|
|
hcaptcha_secret: ""
|
|
HTTPFlood:
|
|
HTTPFloodSpeedLimit:
|
|
- "150/10s"
|
|
HTTPFloodSameURILimit:
|
|
- "50/10s"
|
|
VerifyBot:
|
|
verify_google_bot: true
|
|
verify_bing_bot: true
|
|
verify_baidu_bot: true
|
|
verify_yandex_bot: true
|
|
verify_sogou_bot: true
|
|
verify_apple_bot: true
|
|
WaitingRoom:
|
|
enabled: false
|
|
max_concurrent_user: 1000
|
|
session_timeout: 1800 |