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

@ -116,6 +116,11 @@ jobs:
EMAIL_SENDER_ADDRESS=noreply@manacore.ai
EMAIL_SENDER_NAME=ManaCore
# Base URL for auth callbacks (password reset, email verification)
BASE_URL=https://auth.staging.manacore.ai
# Frontend URL for password reset and email verification links
FRONTEND_URL=https://staging.manacore.ai
# Supabase
SUPABASE_URL=${{ secrets.SUPABASE_URL }}
SUPABASE_ANON_KEY=${{ secrets.SUPABASE_ANON_KEY }}