mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 12:00:41 +03:00
Akif9748
db61361a95
Forum Setup page, edit forum config w/api ban user's all ips, secretmodel deleted, /undelete is disabled and better themes if user reacted a message, view it fixs for reactions of messages discord auth in config.json
19 lines
No EOL
403 B
Text
19 lines
No EOL
403 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": "",
|
|
"defaultThreadState": "OPEN",
|
|
"host": "https://akf-forum.glitch.me"
|
|
} |