From 270207aabe84c90ff9bd164e8d91587cca99e8db Mon Sep 17 00:00:00 2001 From: daniel-hbn Date: Wed, 30 Jul 2025 14:19:13 +0200 Subject: [PATCH] Changed Port to 5000 --- Watcher/Properties/launchSettings.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Watcher/Properties/launchSettings.json b/Watcher/Properties/launchSettings.json index eb2c6e9..7c5d22c 100644 --- a/Watcher/Properties/launchSettings.json +++ b/Watcher/Properties/launchSettings.json @@ -13,16 +13,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://localhost:5258", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "https": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "applicationUrl": "https://localhost:7050;http://localhost:5258", + "applicationUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }