{ "$schema": "https://json.schemastore.org/launchsettings.json", "profiles": { "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", "applicationUrl": "http://localhost:5001", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "dapr": { "commandName": "Executable", "executablePath": "dapr", "commandLineArgs": "run --app-id identity-service --app-port 5001 --dapr-http-port 3501 --resources-path ./dapr/components -- dotnet run --urls http://localhost:5001", "workingDirectory": ".", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }