Starting to setup emails

This commit is contained in:
2024-11-19 00:37:41 +01:00
parent 1c239f161b
commit d0de943df2
8 changed files with 55 additions and 1 deletions

View File

@@ -124,7 +124,13 @@ export default defineNuxtConfig({
session: {
password: '699c46bd-9aaa-4364-ad01-510ee4fe7013'
},
database: 'db.sqlite'
database: 'db.sqlite',
mail: {
host: '',
port: '',
user: '',
passwd: '',
}
},
security: {
rateLimiter: false,