diff --git a/Backend/EVABackend/EVABackend/Properties/launchSettings.json b/Backend/EVABackend/EVABackend/Properties/launchSettings.json index 6f53cc1..da10253 100644 --- a/Backend/EVABackend/EVABackend/Properties/launchSettings.json +++ b/Backend/EVABackend/EVABackend/Properties/launchSettings.json @@ -4,7 +4,7 @@ "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:50570", - "sslPort": 44374 + "sslPort": 0 } }, "$schema": "http://json.schemastore.org/launchsettings.json", @@ -17,22 +17,11 @@ "ASPNETCORE_ENVIRONMENT": "Development" } }, - "EVABackend": { - "commandName": "Project", - "launchBrowser": true, - "launchUrl": "api/values", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "https://localhost:5001;http://localhost:5000" - }, "Docker": { "commandName": "Docker", "launchBrowser": true, "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", - "httpPort": 50571, - "useSSL": true, - "sslPort": 44375 + "httpPort": 50571 } } } \ No newline at end of file