Revert "feat: migrate frontend to Astro + expand AI moderation + backend admin/runtime config"
This reverts commit d59b59a7a7.
This commit is contained in:
+1
-4
@@ -40,10 +40,7 @@ NODE_ENV=development # Environment: development|production|te
|
||||
VERBOSE=false # Enable verbose/debug logging (default: false)
|
||||
|
||||
# === Admin ===
|
||||
# ADMIN_PASSWORD=*** # REQUIRED — Backend admin password for dashboard auth
|
||||
# WARNING: No default! If not set, the server won't start.
|
||||
DASHBOARD_IS_PUBLIC=false # Allow dashboard access without auth? (default: false)
|
||||
# When true, GET requests are public; mutations still need auth.
|
||||
ADMIN_PASSWORD=admin123 # Backend admin password for API auth (default: admin123)
|
||||
|
||||
# === Database (PostgreSQL) ===
|
||||
# Option 1: Connection string (overrides individual params)
|
||||
|
||||
Reference in New Issue
Block a user