akf-forum/config.json.example

25 lines
538 B
Plaintext
Raw Normal View History

2022-09-17 19:33:51 +03:00
{
2022-10-10 00:04:25 +03:00
"def_theme": {
"name": "white",
"color": "black",
"language": "en"
},
2022-09-17 19:33:51 +03:00
"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",
"email_auth": false,
2022-10-09 21:23:31 +03:00
"default_user_state": "ACTIVE",
2022-09-17 19:53:00 +03:00
"host": "https://akf-forum.glitch.me"
2022-09-17 19:33:51 +03:00
}