-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
82 lines (82 loc) · 2.17 KB
/
Copy pathconfig.json
File metadata and controls
82 lines (82 loc) · 2.17 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"enabled_groups": [
"1062786434",
"688067673",
"1091645414"
],
"verification_timeout_hours": 6.0,
"reminder_interval_hours": 2.0,
"max_errors": 3,
"ban_duration_seconds": 2591940,
"captcha_length": 4,
"check_interval_seconds": 60,
"auto_save_interval_seconds": 300,
"lock_cleanup_interval_seconds": 30,
"bypass_code_cleanup_interval_seconds": 60,
"captcha_image_width": 1200,
"captcha_image_height": 600,
"captcha_font_size": 230,
"captcha_noise_points": 50,
"captcha_noise_point_size": 100,
"captcha_noise_lines": 7,
"captcha_noise_curves": 5,
"captcha_noise_dots": 300,
"captcha_noise_dot_size": 4,
"captcha_use_noise_texture": true,
"captcha_noise_intensity": 0.5,
"captcha_use_wave_distort": true,
"captcha_wave_amplitude": 15,
"captcha_wave_frequency": 0.2,
"captcha_use_blur": true,
"captcha_blur_radius": 1.0,
"captcha_use_gradient_bg": true,
"captcha_rgb_shift": 6,
"recall_delay_min": 0.2,
"recall_delay_max": 0.5,
"use_concurrent_recall": false,
"concurrent_recall_batch_size": 2,
"captcha_rotate_min": -25,
"captcha_rotate_max": 25,
"captcha_offset_h_min": -8,
"captcha_offset_h_max": 8,
"captcha_offset_v_min": -12,
"captcha_offset_v_max": 12,
"captcha_bg_color_min": 230,
"captcha_bg_color_max": 250,
"captcha_char_color_min": 0,
"captcha_char_color_max": 100,
"captcha_line_width_min": 13,
"captcha_line_width_max": 13,
"default_regenerate_count": 3,
"group_configs": {
"1062786434": {
"kick_after_errors": 3,
"max_errors": 1,
"timeout_hours": 0.25,
"fail_notify_users": [
"3831290955"
]
},
"688067673": {
"notify_groups": [
"1097975475"
]
},
"1091645414": {
"notify_groups": [
"1098085136",
"1072605757"
]
}
},
"test_users": [
"@Sky_Diving(332748393)"
],
"last_updated": "2026-04-08T20:19:22.588622",
"bypass_code_blacklist_recall_minutes": 2.0,
"bypass_code_auto_recall_minutes": 2880.0,
"admin_bypass_welcome_recall_minutes": 5.0,
"admin_bypass_log_retention_days": 30,
"config_success_message_recall_seconds": 60.0,
"config_fail_message_recall_seconds": 30.0
}