akf-forum/config.json.example

20 lines
428 B
Plaintext

{
"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": "",
"defaultThreadState": "OPEN",
"email_auth": false,
"host": "https://akf-forum.glitch.me"
}