Files
AI-Account-Toolkit/codex/config.json

21 lines
770 B
JSON

{
"total_accounts": 800,
"concurrent_workers": 8,
"headless": false,
"proxy": "",
"cf_worker_domain": "",
"cf_email_domain": "",
"cf_admin_password": "",
"oauth_issuer": "https://auth.openai.com",
"oauth_client_id": "app_EMoamEEZ73f0CkXaXp7hrann",
"oauth_redirect_uri": "http://localhost:1455/auth/callback",
"upload_api_url": "https://你的CPA地址/v0/management/auth-files",
"upload_api_token": "你的CPA密码",
"cli_proxy_api_base": "你的CPA基础URL",
"cli_proxy_management_url": "http://你的CPA地址/management.html#/oauth",
"cli_proxy_password": "你的CPA密码",
"accounts_file": "accounts.txt",
"csv_file": "registered_accounts.csv",
"ak_file": "ak.txt",
"rk_file": "rk.txt"
}