-
Notifications
You must be signed in to change notification settings - Fork 278
Expand file tree
/
Copy pathconfig.example.json
More file actions
52 lines (52 loc) · 1.69 KB
/
Copy pathconfig.example.json
File metadata and controls
52 lines (52 loc) · 1.69 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
{
"duckmail_api_key": "",
"duckmail_api_base": "https://api.duckmail.sbs",
"cloudmail_url": "",
"cloudmail_admin_email": "",
"cloudmail_password": "",
"cloudflare_api_base": "https://temp-mail.example.com",
"cloudflare_api_key": "",
"cloudflare_auth_mode": "none",
"cloudflare_custom_auth": "",
"cloudflare_randomize_subdomain": true,
"cloudflare_path_domains": "/api/domains",
"cloudflare_path_accounts": "/api/new_address",
"cloudflare_path_token": "/api/token",
"cloudflare_path_messages": "/api/mails",
"proxy": "http://127.0.0.1:7890",
"enable_nsfw": false,
"debug_mode": false,
"close_browser_on_stop": false,
"log_level": "info",
"register_count": 1,
"register_workers": 3,
"account_interval": "60-120",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36",
"cpa_auto_add": true,
"cpa_token_mode": "device_protocol",
"cpa_auth_dir": "cpa_auth",
"cpa_remote_url": "",
"cpa_management_key": "",
"grok2api_auth_dir": "grok2api_auth",
"quality_probe_on_register": false,
"bfs_check": true,
"bfs_skip_cpa": false,
"bfs_disable_cpa": false,
"defaultDomains": "example.com",
"email_provider": "cloudflare",
"yyds_api_key": "",
"yyds_jwt": "",
"yyds_default_domain": "",
"mailnest_api_key": "",
"mailnest_project_code": "x-ai001",
"moemail_api_base": "https://your-moemail-instance",
"moemail_api_key": "",
"moemail_domain": "",
"moemail_expiry_ms": 3600000,
"outlook_rt_inventory": "",
"outlook_rt_used_path": "",
"outlook_rt_client_id": "9e5f94bc-e8a4-4e73-b8be-63364c29d753",
"inbucket_api_base": "",
"inbucket_domain": "",
"inbucket_random_levels": "0"
}