akf-forum/config.json.example

19 lines
403 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
},
"discord_auth": "",
2022-09-21 23:54:48 +03:00
"defaultThreadState": "OPEN",
2022-09-17 19:53:00 +03:00
"host": "https://akf-forum.glitch.me"
2022-09-17 19:33:51 +03:00
}