env update
All checks were successful
Deploy / build (push) Successful in 55s

This commit is contained in:
alsaze
2025-12-15 15:02:55 +03:00
parent 091956ade4
commit 62a319ca47
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ export default defineEventHandler(async (event) => {
secure: false,
auth: {
user: process.env.SMTP_USER,
pass: process.env.SMTP_APP_PASSWORD,
pass: process.env.SMTP_PASS,
},
})