diff --git a/src/Robware.Api.Blog/appsettings.Development.json b/src/Robware.Api.Blog/appsettings.Development.json index fbf999d..481dfe3 100644 --- a/src/Robware.Api.Blog/appsettings.Development.json +++ b/src/Robware.Api.Blog/appsettings.Development.json @@ -6,6 +6,13 @@ "Microsoft.Hosting.Lifetime": "Information" } }, + "Kestrel": { + "EndPoints": { + "Http": { + "Url": "http://0.0.0.0:5001" + } + } + }, "ConnectionStrings": { "database": "mongodb://localhost" }