akf-forum/config.json.example

24 lines
550 B
Plaintext
Raw Permalink 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"
},
2023-05-26 19:55:45 +03:00
"forum_name": "akf-forum",
"description": "Akf-forum offical site!",
2022-09-17 19:33:51 +03:00
"limits": {
"title": 128,
"message": 1024,
"names": 25,
"desp": 256
},
"global_ratelimit": {
"enabled": true,
2023-08-27 20:22:28 +03:00
"max": 30,
2022-09-17 19:33:51 +03:00
"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
}