mirror of
https://wget.la/https://github.com/432539/gpt
synced 2026-08-17 03:26:59 +08:00
Initial commit: GPT 账号注册机 (open source)
只开源「GPT 账号注册机 / 管理」(account-manager):账号列表/导入导出、检测/批量检测、 拿 RT、协议/浏览器注册等注册机能力。批量直开 / 协议支付 / 提取链接 / 直卡直开 等其它功能 不含实现代码,仅通过 iframe 内嵌外链访问。真实机密均由 .gitignore 忽略,仅提供脱敏示例配置。
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# 复制为 .env 后按需填写(.env 已被 .gitignore 忽略)
|
||||
# 监听地址与端口
|
||||
HOST=127.0.0.1
|
||||
PORT=5090
|
||||
# Node 可执行文件路径(默认走 PATH 上的 node)
|
||||
# ACCOUNT_MGR_NODE=C:\Program Files\nodejs\node.exe
|
||||
# 注册子进程回读验证码用的内部地址(默认指向本应用端口)
|
||||
# ACCOUNT_MGR_BASE=http://127.0.0.1:5090
|
||||
Reference in New Issue
Block a user