Files
ShopSolution-backend/Webshop.Api/appsettings.json
Tizian.Breuch 5f8b8f3971 resend
2025-07-29 15:40:47 +02:00

22 lines
589 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Host=postgres-db;Port=5432;Database=webshopdb;Username=postgres;Password=MEIN_DEBUG_PASSWORT"
},
"JwtSettings": {
"Secret": "MEIN_DEBUG_PASSWORT",
"Issuer": "https://dein-webshop.com",
"Audience": "webshop-users",
"ExpirationMinutes": 120
},
"Resend": {
"ApiToken": "re_7uRkboan_6M5QGD36TpnADwTwbVLCmAz9"
},
"App:BaseUrl": "https://shopsolution-backend.tzbre.dev"
}