akf-forum/config.json.example

18 lines
364 B
Plaintext
Raw Normal View History

2022-09-17 19:33:51 +03:00
{
"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
},
2022-09-17 19:48:27 +03:00
"discord_auth": false,
"host": "akf-forum.glitch.me"
2022-09-17 19:33:51 +03:00
}