1
1
Fork 0
mirror of https://github.com/Akif9748/akf-forum.git synced 2025-03-20 21:11:16 +03:00
akf-forum/config.json.example

17 lines
No EOL
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
}