Docker setup
This commit is contained in:
@ -218,8 +218,7 @@ ${domain}/reset-password?resetToken=${resetToken}
|
||||
Path: '/',
|
||||
SameSite: isProduction ? 'None' : 'Strict',
|
||||
Secure: isProduction,
|
||||
Domain: isProduction ? 'localhost' : 'localhost',
|
||||
// Domain: isProduction ? process.env.DOMAIN : 'localhost',
|
||||
Domain: isProduction ? process.env.DOMAIN : 'localhost',
|
||||
},
|
||||
name: cookieName,
|
||||
},
|
||||
|
Reference in New Issue
Block a user