feat: codex-register with Sub2API增强 + Playwright引擎
Some checks are pending
Docker Image CI / build-and-push-image (push) Waiting to run
Some checks are pending
Docker Image CI / build-and-push-image (push) Waiting to run
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# OpenAI 自动注册系统 - 环境变量配置示例
|
||||
# 复制此文件为 .env 并填写对应值
|
||||
|
||||
# ── Web UI 监听地址 ──────────────────────────────────────────
|
||||
# 监听主机(默认 0.0.0.0)
|
||||
# APP_HOST=0.0.0.0
|
||||
|
||||
# 监听端口(默认 8000)
|
||||
# APP_PORT=8000
|
||||
|
||||
# Web UI 访问密钥(默认 admin123,强烈建议修改)
|
||||
# APP_ACCESS_PASSWORD=your_secret_password
|
||||
|
||||
# ── 数据库 ───────────────────────────────────────────────────
|
||||
# 本地 SQLite(默认,无需配置)
|
||||
# APP_DATABASE_URL=data/database.db
|
||||
|
||||
# 远程 PostgreSQL(优先)
|
||||
# APP_DATABASE_URL=postgresql://user:password@host:5432/dbname
|
||||
Reference in New Issue
Block a user