Use Node 25 images and update sensible

This commit is contained in:
Daniel Volz
2025-12-19 13:15:32 +01:00
parent 47f8494795
commit d046f8316d
5 changed files with 58 additions and 40 deletions
+5 -5
View File
@@ -4,11 +4,11 @@ DATABASE_URL=file:./data/medassist.db
CORS_ORIGINS=http://localhost:4173,http://localhost:5173
LOG_LEVEL=info
# Auth
JWT_SECRET=change-me
REFRESH_SECRET=change-me-too
COOKIE_SECRET=change-me-cookie
CSRF_SECRET=change-me-csrf
# Auth (use strong secrets; min 10 chars required)
JWT_SECRET=change-me-now-with-stronger-secret
REFRESH_SECRET=change-me-refresh-strong-secret
COOKIE_SECRET=change-me-cookie-strong-secret
CSRF_SECRET=change-me-csrf-strong-secret
ACCESS_TOKEN_TTL_MIN=15
REFRESH_TOKEN_TTL_DAYS=14