mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: implement email verification flow with account activation and secure cookie configuration
This commit is contained in:
@@ -14,7 +14,10 @@ CORS_ALLOWED_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
|
||||
# EMAIL
|
||||
EMAIL_HOST=localhost
|
||||
EMAIL_PORT=1025
|
||||
FROM_EMAIL=Pi Ku <no-reply@piku.app>
|
||||
|
||||
# FRONTEND
|
||||
VITE_API_URL=http://localhost:8000
|
||||
FRONTEND_PORT=5173
|
||||
FRONTEND_URL=http://localhost:5173
|
||||
FRONTEND_DOMAIN=localhost
|
||||
|
||||
Reference in New Issue
Block a user