akf-forum/config.json.example
Akif9748 db61361a95 Major update named as minor!
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
2022-09-23 23:10:13 +03:00

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"
}