{ "$schema": "http://json.schemastore.org/launchsettings.json", "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:42257", "sslPort": 44362 } }, "profiles": { "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "applicationUrl": "http://localhost:5116", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "ADMIN_PASSWORD": "cookiedonut" } }, "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "applicationUrl": "https://localhost:7103;http://localhost:5116", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "ADMIN_PASSWORD": "cookiedonut" } }, "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }