Use Node 25 images and update sensible
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user