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"