diff --git a/docs/docs/configuration/options.md b/docs/docs/configuration/options.md index 7d718e9abc..c44b21f50b 100644 --- a/docs/docs/configuration/options.md +++ b/docs/docs/configuration/options.md @@ -472,7 +472,7 @@ cookies: { httpOnly: true, sameSite: 'lax', path: '/', - secure: useSecureCookies, + secure: true, maxAge: 900 } }, @@ -482,7 +482,7 @@ cookies: { httpOnly: true, sameSite: "lax", path: "/", - secure: useSecureCookies, + secure: true, maxAge: 900 }, }, @@ -492,7 +492,7 @@ cookies: { httpOnly: true, sameSite: "lax", path: "/", - secure: useSecureCookies, + secure: true, }, }, }