{ "$schema": "http://json.schemastore.org/launchsettings.json", "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:5976", "sslPort": 44332, "environmentVariables": { "POSTGRES_Host": "localhost:5432" } } }, "profiles": { "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", "applicationUrl": "http://localhost:5287", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "POSTGRES_Host": "localhost:5432" } }, "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", "applicationUrl": "https://localhost:7206;http://localhost:5287", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "POSTGRES_Host": "localhost:5432" } }, "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "launchUrl": "swagger", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "POSTGRES_Host": "localhost:5432" } } } }