0bd6125922
- .env.example: APP_ID/APP_SECRET → JWT_SECRET - 数据库模式已切换为 standard MySQL Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
10 lines
792 B
Bash
10 lines
792 B
Bash
# ── Backend ─────────────────────────────────────────────────────
|
|
JWT_SECRET= # JWT signing secret (generate with: openssl rand -hex 32)
|
|
|
|
# ── Database ───────────────────────────────────────────────────
|
|
DATABASE_URL= # MySQL connection string (mysql://user:pass@host:port/db)
|
|
|
|
# ── Admin Login ─────────────────────────────────────────────────
|
|
ADMIN_USERNAME= # Admin login username
|
|
ADMIN_PASSWORD= # Admin login password
|