add email flows

This commit is contained in:
2026-04-14 15:23:07 -06:00
parent ceafee2a80
commit 39312c8698
11 changed files with 394 additions and 12 deletions

View File

@@ -50,6 +50,11 @@ springdoc:
app:
upload:
base-dir: ${UPLOAD_BASE_DIR:uploads}
frontend-url: ${FRONTEND_URL:http://localhost:3000}
resend:
api-key: ${RESEND_API_KEY:}
from: ${RESEND_FROM:PetShop <onboarding@resend.dev>}
jwt:
secret: ${JWT_SECRET}