feat: add timezone support for reminders and enhance UI for settings overview
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user