mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 12:00:41 +03:00
17 lines
329 B
Text
17 lines
329 B
Text
|
{
|
||
|
"def_theme": "default",
|
||
|
"forum_name": "akf",
|
||
|
"description": "Akf-forum!",
|
||
|
"limits": {
|
||
|
"title": 128,
|
||
|
"message": 1024,
|
||
|
"names": 25,
|
||
|
"desp": 256
|
||
|
},
|
||
|
"global_ratelimit": {
|
||
|
"enabled": true,
|
||
|
"max": 25,
|
||
|
"windowMs": 60000
|
||
|
},
|
||
|
"discord_auth": false
|
||
|
}
|