diff --git a/src/Robware.Api.Auth/appsettings.Development.json b/src/Robware.Api.Auth/appsettings.Development.json index 6daac7a..a607bfd 100644 --- a/src/Robware.Api.Auth/appsettings.Development.json +++ b/src/Robware.Api.Auth/appsettings.Development.json @@ -6,6 +6,13 @@ "Microsoft.Hosting.Lifetime": "Information" } }, + "Kestrel": { + "EndPoints": { + "Http": { + "Url": "http://0.0.0.0:5002" + } + } + }, "ConnectionStrings": { "database": "Server=localhost;User ID=user;Password=pass;Database=db" }