34 lines
941 B
JSON
34 lines
941 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;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_Zd6aFcvz_CqSa9Krs7WCHXjngDVLTYhGv",
|
|
"FromEmail": "onboarding@resend.dev"
|
|
},
|
|
"App": {
|
|
"BaseUrl": "https://shopsolution-backend.tzbre.dev",
|
|
"ClientUrl": "https://shopsolution-frontend.tzbre.dev",
|
|
"FrontendUrl": "https://shopsolution-frontend.tzbre.dev"
|
|
},
|
|
"ShopInfo": {
|
|
"Name": "Mein Webshop"
|
|
},
|
|
"EmailSettings": {
|
|
"SenderName": "Mein Webshop Support",
|
|
"SenderEmail": "noreply@shopsolution-frontend.tzbre.dev"
|
|
}
|
|
} |