update cookies

This commit is contained in:
2021-09-10 12:21:25 +02:00
parent de1056d965
commit 4780d258a0
2 changed files with 3 additions and 4 deletions

View File

@@ -102,12 +102,11 @@ export const http: ServerConfig = {
|--------------------------------------------------------------------------
*/
cookie: {
domain: '',
path: '/',
maxAge: '2h',
httpOnly: true,
sameSite: false,
domain: '.arthurdanjou.fr',
secure: true,
sameSite: true,
},
/*