akf-forum/config.json.example

24 lines
531 B
Plaintext
Raw Normal View History

2022-09-17 19:33:51 +03:00
{
2022-10-10 00:04:25 +03:00
"def_theme": {
"codename": "bootstrap_black",
2022-10-10 00:04:25 +03:00
"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
},
2023-05-25 17:58:47 +03:00
"discord_auth": false,
2023-05-08 17:41:16 +03:00
"default_thread_state": "OPEN",
2022-10-09 21:23:31 +03:00
"default_user_state": "ACTIVE",
"email_auth": false,
2022-09-17 19:53:00 +03:00
"host": "https://akf-forum.glitch.me"
2022-09-17 19:33:51 +03:00
}