mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: add smtp creds configuration
This commit is contained in:
@@ -17,6 +17,8 @@ BACKEND_PORT=8000
|
||||
# EMAIL
|
||||
EMAIL_HOST=127.0.0.1
|
||||
EMAIL_PORT=1025
|
||||
EMAIL_HOST_USER=test
|
||||
EMAIL_HOST_PASSWORD=password123
|
||||
FROM_EMAIL="Pi Ku <no-reply@test.com>"
|
||||
|
||||
# FRONTEND
|
||||
|
||||
Reference in New Issue
Block a user