fix docker auth
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m3s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m3s
This commit is contained in:
@@ -17,7 +17,7 @@ export function getSessionOptions(): SessionOptions {
|
||||
cookieName: 'ml_session',
|
||||
ttl: 60 * 60 * 24 * 30, // 30 days
|
||||
cookieOptions: {
|
||||
secure: process.env.NODE_ENV === 'production',
|
||||
secure: process.env.COOKIE_SECURE === 'true',
|
||||
httpOnly: true,
|
||||
sameSite: 'lax',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user