change smtp env to server env

This commit is contained in:
KMKoushik
2025-03-31 23:18:01 +11:00
parent 5cf5022aed
commit d107d59dfd
5 changed files with 14 additions and 17 deletions

View File

@@ -13,8 +13,8 @@ NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET=
#SMTP
NEXT_PUBLIC_SMTP_HOST=smtp.mailtrap.io # Example SMTP host
NEXT_PUBLIC_SMTP_USER= "unsend" # Example SMTP user
SMTP_HOST=smtp.mailtrap.io # Example SMTP host
SMTP_USER= "unsend" # Example SMTP user
## Auth providers any one is required
# Github login - required