Files
standalone-openai-pool-cli/config/sync_config.example.json

62 lines
1.6 KiB
JSON
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"proxy": "http://127.0.0.1:17891",
"auto_register": false,
"auto_register_max_per_loop": 1,
"db_enabled": false,
"db_host": "150.158.105.6",
"db_port": 54321,
"db_name": "mail_accounts_db",
"db_user": "postgres",
"db_password": "",
"db_table": "registered_accounts",
"db_source": "standalone_cli",
"mail_providers": [
"mailtm"
],
"mail_provider_configs": {
"mailtm": {
"api_base": "https://api.mail.tm"
},
"duckmail": {
"api_base": "https://api.duckmail.sbs"
},
"moemail": {
"api_base": "",
"api_key": ""
},
"cloudflare_temp_email": {
"api_base": "cloudflare worker后端密码不要弄成前端的",
"admin_password": "管理员密码",
"domain": "xxx.cn 邮箱域名后缀"
}
},
"mail_strategy": "round_robin",
"base_url": "https://your-sub2api.example.com",
"bearer_token": "",
"email": "admin@example.com",
"password": "",
"account_name": "AutoReg",
"auto_sync": false,
"sub2api_min_candidates": 200,
"sub2api_auto_maintain": false,
"sub2api_maintain_interval_minutes": 30,
"sub2api_maintain_actions": {
"refresh_abnormal_accounts": true,
"delete_abnormal_accounts": true,
"dedupe_duplicate_accounts": true
},
"cpa_base_url": "https://your-cpa.example.com",
"cpa_token": "",
"min_candidates": 1000,
"used_percent_threshold": 95,
"auto_maintain": true,
"maintain_interval_minutes": 30,
"upload_mode": "snapshot",
"proxy_pool_enabled": false,
"proxy_pool_api_url": "https://zenproxy.top/api/fetch",
"proxy_pool_auth_mode": "header",
"proxy_pool_api_key": "",
"proxy_pool_count": 1,
"proxy_pool_country": "US"
}