{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:59615", "sslPort": 0 } }, "$schema": "http://json.schemastore.org/launchsettings.json", "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "eltPassword": "123456", "eltLogin": "Evo123" } }, "ELT": { "commandName": "Project", "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "eltPassword": "123456", "eltLogin": "Evo123" }, "applicationUrl": "http://localhost:2000" }, "Docker": { "commandName": "Docker", "environmentVariables": { }, "publishAllPorts": true } } }