From 0189f556d27d4f4e59e1fcd74d9da78687048beb Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sat, 6 Jun 2020 16:12:23 +0300 Subject: [PATCH] launch settings update --- Chatbot.Api/Properties/launchSettings.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Chatbot.Api/Properties/launchSettings.json b/Chatbot.Api/Properties/launchSettings.json index dee1b9c..b3b2d64 100644 --- a/Chatbot.Api/Properties/launchSettings.json +++ b/Chatbot.Api/Properties/launchSettings.json @@ -1,26 +1,7 @@ { - "$schema": "http://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:54215", - "sslPort": 0 - } - }, "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "launchUrl": "weatherforecast", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, "Chatbot.Api": { "commandName": "Project", - "launchBrowser": true, - "launchUrl": "weatherforecast", "applicationUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development"