mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:01:09 +02:00
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:
parent
3e3e9f33aa
commit
8c973e4354
7 changed files with 42 additions and 4 deletions
5
.github/workflows/cd-staging.yml
vendored
5
.github/workflows/cd-staging.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue