init: 个人简历项目文件
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# ── Backend ─────────────────────────────────────────────────────
|
||||
APP_ID= # Application ID
|
||||
APP_SECRET= # Application secret (used for JWT signing)
|
||||
|
||||
# ── Database ───────────────────────────────────────────────────
|
||||
DATABASE_URL= # MySQL connection string (mysql://user:pass@host:port/db)
|
||||
|
||||
# ── Admin Login ─────────────────────────────────────────────────
|
||||
ADMIN_USERNAME= # Admin login username
|
||||
ADMIN_PASSWORD= # Admin login password
|
||||
Reference in New Issue
Block a user