Files
OutlookRegister/config.example.json
T
daimon d2db326c70 Initial public release of OutlookRegister.
Fork of LainsNL/OutlookRegister with OAuth hardening, optional recovery email,
batching, and MIT license. Ships example config only (no local secrets).
2026-07-23 20:47:55 +08:00

37 lines
819 B
JSON

{
"email_suffix": "@outlook.com",
"headless": false,
"bot_protection_wait": 15,
"max_captcha_retries": 3,
"captcha_strategy": 0,
"concurrent_flows": 1,
"tasks": 1,
"success_tasks": null,
"batch_success_limit": 300,
"proxy": {
"mode": "single",
"type": "http",
"host": "",
"single_port": 0,
"port_start": 0,
"port_end": 0,
"max_per_proxy": 20
},
"oauth2": {
"enable_oauth2": true,
"client_id": "9e5f94bc-e8a4-4e73-b8be-63364c29d753",
"redirect_url": "http://localhost",
"Scopes": ["offline_access", "https://graph.microsoft.com/.default"]
},
"temp_mail": {
"enabled": false,
"base_url": "",
"admin_password": "",
"domain": "",
"name_prefix": "",
"enable_prefix": false,
"code_timeout": 120,
"poll_interval": 3
}
}