From 09d8749eb41b079d218116fdaffc26eec5c8b12d Mon Sep 17 00:00:00 2001 From: Alexandre GLENAT Date: Wed, 22 Mar 2023 23:44:26 +0100 Subject: [PATCH] test --- Sources/Api/appsettings.Development.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sources/Api/appsettings.Development.json b/Sources/Api/appsettings.Development.json index 0c208ae..7ab7b0d 100644 --- a/Sources/Api/appsettings.Development.json +++ b/Sources/Api/appsettings.Development.json @@ -4,5 +4,9 @@ "Default": "Information", "Microsoft.AspNetCore": "Warning" } + }, + "AllowedHosts": "*", + "ConnectionStrings": { + "DefaultConnection": "DbExample" } }