Files
gpt/account-manager/config/settings.example.json
T
432539 fef45134d5 Initial commit: GPT 账号注册机 (open source)
只开源「GPT 账号注册机 / 管理」(account-manager):账号列表/导入导出、检测/批量检测、
拿 RT、协议/浏览器注册等注册机能力。批量直开 / 协议支付 / 提取链接 / 直卡直开 等其它功能
不含实现代码,仅通过 iframe 内嵌外链访问。真实机密均由 .gitignore 忽略,仅提供脱敏示例配置。
2026-08-05 14:54:32 +08:00

42 lines
895 B
JSON

{
"concurrency": 20,
"headless": true,
"launchTimeout": 60000,
"cloakLicenseKey": "",
"regPassword": "",
"captcha": {
"provider": "yescaptcha",
"apiKey": "",
"endpoint": ""
},
"sms": {
"provider": "smsbower",
"pollTimeout": 180000,
"smscode": {
"apiKey": "",
"baseUrl": "https://api.smscode.gg/v1",
"countryId": 0,
"serviceId": 0,
"productId": 0,
"catalogProductId": 0,
"maxPrice": ""
},
"smsbower": {
"apiKey": "",
"baseUrl": "https://smsbower.page/stubs/handler_api.php",
"country": 10,
"service": "dr",
"maxPrice": "0.2"
},
"herosms": {
"apiKey": "",
"baseUrl": "https://hero-sms.com/stubs/handler_api.php",
"country": 22,
"service": "dr",
"maxPrice": ""
}
},
"probeTokenAutoRefresh": true,
"probeTokenAutoRefreshMin": 15
}