-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_example.json
More file actions
32 lines (32 loc) · 933 Bytes
/
Copy pathconfig_example.json
File metadata and controls
32 lines (32 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"token": "See environment variable DISCORD_BOT_TOKEN",
"command_prefix": "!",
"ocr_worker_count": 2,
"ocr_max_queue_size": 100,
"thread_purge_interval_minutes": 10,
"ocr_read_channels": {},
"ocr_response_channels": {},
"ocr_response_fallback": {},
"server_prefixes": {},
"command_permissions": {},
"command_server_locks": {
"commands": {},
"categories": {}
},
"ocr_channel_config": {},
"maintenance": {
"restart_threshold_seconds": 86400,
"check_interval_minutes": 15,
"auto_restart_enabled": true
},
"media_caching": {
"enabled": true,
"services": ["litterbox", "catbox", "pixeldrain", "imgbb", "filebin"],
"upload_timeout_seconds": 30,
"permanent_host_fallback": true,
"pixeldrain_api_key": "YOUR_PIXELDRAIN_API_KEY",
"catbox_user_hash": "YOUR_CATBOX_USER_HASH",
"imgbb_api_key": "YOUR_IMGBB_API_KEY",
"filebin_bin_name": "mirrobot-cache"
}
}