akf-forum/config.json

16 lines
301 B
JSON
Raw Normal View History

2022-08-27 10:31:16 +03:00
{
2022-09-09 15:34:12 +03:00
"def_theme": "default",
"forum_name": "akf",
2022-09-17 16:27:01 +03:00
"description": "Akf-forum!",
"limits": {
"title": 128,
"message": 1024,
"names": 25,
"desp": 256
},
"global_ratelimit":{
"enabled": true,
"max": 25,
"windowMs": 60000
}
2022-08-27 10:31:16 +03:00
}