feat: add React frontend with login, signup, dashboard pages and admin seeding support

This commit is contained in:
2025-12-19 17:33:23 +05:30
parent 2d3ad4f567
commit b2ad488043
26 changed files with 4302 additions and 15 deletions

View File

@@ -19,6 +19,11 @@ auth:
cookie_name: "zhealth_session"
cookie_secure: false # Set to true in production with HTTPS
# Default admin user (created on first startup)
admin:
username: "admin"
password: "${ADMIN_PASSWORD}" # Use env var in production
ai:
provider: "gemini" # Options: gemini | openai | anthropic
model: "gemini-3-flash-preview"