diff --git a/NftFaucet/Properties/launchSettings.json b/NftFaucet/Properties/launchSettings.json index 32a720d..205a90a 100644 --- a/NftFaucet/Properties/launchSettings.json +++ b/NftFaucet/Properties/launchSettings.json @@ -1,12 +1,4 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:33231", - "sslPort": 44349 - } - }, "profiles": { "NftFaucet": { "commandName": "Project", @@ -17,14 +9,6 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } } } }