akf-forum/config.json

18 lines
333 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
},
2022-09-17 19:33:51 +03:00
"global_ratelimit": {
2022-09-17 16:27:01 +03:00
"enabled": true,
"max": 25,
"windowMs": 60000
2022-09-17 19:33:51 +03:00
},
"discord_auth": true
2022-08-27 10:31:16 +03:00
}