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" } }