{ "$schema": "https://json.schemastore.org/launchsettings.json", "profiles": { "OnlineSalesAutoCrop.WS": { "commandName": "Project", "dotnetRunMessages": true, "environmentVariables": { "DOTNET_ENVIRONMENT": "Development" } } }, "Kestrel": { "Endpoints": { "MyHttpEndpoint": { "Url": "http://localhost:5000" } } } }