Update config to add max age to session cookie (so it is no longer session-only and keep the user logged in)

This commit is contained in:
Peaceultime 2025-03-28 19:57:55 +01:00
parent f2d00097d6
commit e7d0d69e55
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ export default defineNuxtConfig({
runtimeConfig: {
session: {
password: '699c46bd-9aaa-4364-ad01-510ee4fe7013',
maxAge: 60 * 60 * 24 *30,
},
database: 'db.sqlite',
mail: {