feat: add timezone support for reminders and enhance UI for settings overview

This commit is contained in:
Daniel Volz
2025-12-21 07:46:38 +01:00
parent d12f6872a4
commit 4161fc7d8a
4 changed files with 592 additions and 194 deletions
+3
View File
@@ -4,6 +4,9 @@ DATABASE_URL=file:./data/medassist.db
CORS_ORIGINS=http://localhost:4173,http://localhost:5173
LOG_LEVEL=info
# Timezone for scheduled reminders (e.g., Europe/Berlin, America/New_York)
TZ=Europe/Berlin
# Auth (use strong secrets; min 10 chars required)
JWT_SECRET=change-me-now-with-stronger-secret
REFRESH_SECRET=change-me-refresh-strong-secret