mirror of
https://github.com/Ttungx/codex_auto_register.git
synced 2026-08-28 17:43:37 +08:00
18 lines
597 B
JSON
18 lines
597 B
JSON
{
|
|
"total_accounts": 10,
|
|
"concurrent_workers": 2,
|
|
"headless": false,
|
|
"proxy": "http://127.0.0.1:7897",
|
|
"duckmail_api_base": "https://api.duckmail.sbs",
|
|
"duckmail_api_key": "",
|
|
"oauth_issuer": "https://auth.openai.com",
|
|
"oauth_client_id": "app_EMoamEEZ73f0CkXaXp7hrann",
|
|
"oauth_redirect_uri": "http://localhost:1455/auth/callback",
|
|
"upload_api_url": "",
|
|
"upload_api_token": "",
|
|
"accounts_file": "accounts.txt",
|
|
"csv_file": "registered_accounts.csv",
|
|
"ak_file": "ak.txt",
|
|
"rk_file": "rk.txt",
|
|
"token_json_dir": "codex_accounts_tokens"
|
|
} |