{ "$schema": "https://json.schemastore.org/launchsettings.json", "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:63935", "sslPort": 44396 } }, "profiles": { "MicroservicioAdminUsuarios": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", "applicationUrl": "https://localhost:7292;http://localhost:8151", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "MySecretKey": "_ll@v3Segur1d4d!123" } }, "IIS Express": { "commandName": "IISExpress", "sslPort": 7292, "launchBrowser": true, "launchUrl": "swagger", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }