This commit is contained in:
2026-05-16 18:57:42 +07:00
commit 01c00093d5
128 changed files with 23193 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# ── Backend ─────────────────────────────────────────────────────
APP_SECRET=local-dev-secret # Secret used for session JWT signing in development
# ── Database ───────────────────────────────────────────────────
DATABASE_URL= # MySQL connection string (mysql://user:pass@host:port/db)
# ── Frontend (exposed to browser via Vite) ──────────────────────
# ── Backend (Auth) ─────────────────────────────────────────────
# ── Admin Role ──────────────────────────────────────────────────
OWNER_UNION_ID= # Union ID of the app creator; this user gets role "admin" on first login