-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathconfig.example.json
More file actions
64 lines (64 loc) · 2.01 KB
/
Copy pathconfig.example.json
File metadata and controls
64 lines (64 loc) · 2.01 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
{
"domain": "example.com",
"imap_host": "imap.example.com",
"imap_port": 993,
"imap_user": "user@example.com",
"imap_pass": "replace-with-imap-app-password",
"log_dir": "logs",
"data_dir": "data",
"run_count": 0,
"run_interval": 60,
"log_enabled": false,
"email_prefix": "auto",
"proxy_pool": [],
"proxy_api": null,
"proxy_api_format": "text",
"proxy_api_field": "proxy",
"proxy_protocol": "http://",
"proxy_selection_strategy": "round_robin",
"proxy_refresh_interval": 300,
"proxy_max_uses": 1,
"proxy_auto_switch": true,
"newapi_base_url": null,
"newapi_token": null,
"newapi_user_id": null,
"newapi_type_openai": 57,
"newapi_models": "gpt-5.4,gpt-5.3,gpt-5,gpt-5-codex,gpt-5-codex-mini,gpt-5.1,gpt-5.1-codex,gpt-5.1-codex-max,gpt-5.1-codex-mini,gpt-5.2,gpt-5.2-codex,gpt-5.3-codex,gpt-5-openai-compact,gpt-5-codex-openai-compact,gpt-5-codex-mini-openai-compact,gpt-5.1-openai-compact,gpt-5.1-codex-openai-compact,gpt-5.1-codex-max-openai-compact,gpt-5.1-codex-mini-openai-compact,gpt-5.2-openai-compact,gpt-5.2-codex-openai-compact,gpt-5.3-codex-openai-compact",
"newapi_channel_base_url": null,
"aws_access_key_id": null,
"aws_secret_access_key": null,
"aws_regions": [],
"email_presets": [
{
"name": "Tempmail.lol",
"email_type": "tempmail_lol",
"domain": "",
"imap_host": "",
"imap_port": 993,
"imap_user": "",
"imap_pass": "",
"tempmail_base_url": "https://api.tempmail.lol/v2"
},
{
"name": "QQ Mail",
"email_type": "imap",
"domain": "example.com",
"imap_host": "imap.qq.com",
"imap_port": 993,
"imap_user": "user@qq.com",
"imap_pass": "replace-with-app-password"
},
{
"name": "Outlook",
"email_type": "imap",
"domain": "outlook.com",
"imap_host": "outlook.office365.com",
"imap_port": 993,
"imap_user": "user@outlook.com",
"imap_pass": ""
}
],
"active_email_preset": 0,
"outlook_client_id": null,
"outlook_refresh_token": null
}