feat: configure SMTP email settings using environment variables

This commit is contained in:
Your Name
2026-04-10 10:30:07 +05:30
parent f0af27f15d
commit 8321dacf0c
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@ CORS_ALLOWED_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
EMAIL_HOST=localhost
EMAIL_PORT=1025
FROM_EMAIL=Pi Ku <no-reply@piku.app>
EMAIL_HOST_USER=root
EMAIL_HOST_PASSWORD=password123
# FRONTEND
VITE_API_URL=http://localhost:8000