From d2c99fb32ad16d37fcc72da35314fa699774e623 Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Wed, 23 Jul 2025 10:18:12 +0200 Subject: [PATCH] settings dev --- Webshop.Api/appsettings.Development.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Webshop.Api/appsettings.Development.json b/Webshop.Api/appsettings.Development.json index 0c208ae..d05194d 100644 --- a/Webshop.Api/appsettings.Development.json +++ b/Webshop.Api/appsettings.Development.json @@ -4,5 +4,15 @@ "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 } -} +} \ No newline at end of file