Files
czchan/config/board_defaults.json
2026-04-20 13:33:22 +02:00

37 lines
792 B
JSON

{
"anon_name": "Anonym",
"locked": false,
"private": false,
"unlisted": false,
"name": true,
"email": false,
"geo_flags": false,
"meme_flags": false,
"require_thread_content": true,
"require_reply_content": false,
"thread_subject": "enabled",
"reply_subject": "disabled",
"thread_file": "required",
"reply_file": "enabled",
"thread_captcha": false,
"reply_captcha": false,
"user_ids": false,
"max_length": 5000,
"max_files": 4,
"pages": 20,
"theme": "yotsuba",
"limiter": true,
"limit_ip": 50,
"interval_ip": 600,
"limit_content": 10,
"interval_content": 600,
"limit_both": 10,
"interval_both": 3600,
"user_action_timeout": 600,
"reply_limit": 10000,
"bump_limit": 8000,
"noko": true,
"auto_name": false,
"archive": false
}