mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: configure SMTP email settings using environment variables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user