resend integration

This commit is contained in:
Tizian.Breuch
2025-09-05 10:47:43 +02:00
parent 6b54666af3
commit fba87a1694
10 changed files with 283 additions and 175 deletions

View File

@@ -11,12 +11,15 @@
},
"JwtSettings": {
"Secret": "MEIN_DEBUG_PASSWORT",
"Issuer": "https://dein-webshop.com",
"Issuer": "https://shopsolution-backend.tzbre.de",
"Audience": "webshop-users",
"ExpirationMinutes": 120
},
"Resend": {
"ApiToken": "re_Zd6aFcvz_CqSa9Krs7WCHXjngDVLTYhGv"
"ApiToken": "IHRE_RESEND_API_TOKEN_HIER",
"FromEmail": "onboarding@resend.dev"
},
"App:BaseUrl": "https://shopsolution-backend.tzbre.dev"
"App": {
"ClientUrl": "https://shopsolution-backend.tzbre.de" //erstmal backend url oder loak "ClientUrl": "http://localhost:3000"
}
}