1. Brevo email integration (API key, sender settings)

2. URL configuration fix (BASE_URL, FRONTEND_URL)
  3. Password reset URL pointing to frontend instead of API
This commit is contained in:
Wuesteon 2025-12-16 21:12:25 +01:00
parent 3e3e9f33aa
commit 8c973e4354
7 changed files with 42 additions and 4 deletions

View file

@ -65,6 +65,10 @@ BREVO_API_KEY=
EMAIL_SENDER_ADDRESS=noreply@manacore.ai
EMAIL_SENDER_NAME=ManaCore
# URLs for auth callbacks
BASE_URL=http://localhost:3001
FRONTEND_URL=http://localhost:5173
# ============================================
# CHAT PROJECT
# ============================================