From d6a2153530160b4c0ce8b0dd78b3a21be6a3d166 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Mon, 5 Aug 2024 17:00:43 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20Startkonfiguration=20f=C3=BCr=20besser?= =?UTF-8?q?e=20Entwicklungsoptionen=20angepasst.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StaffDBServer/Properties/launchSettings.json | 30 +++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/StaffDBServer/Properties/launchSettings.json b/StaffDBServer/Properties/launchSettings.json index 500661c..6329c11 100644 --- a/StaffDBServer/Properties/launchSettings.json +++ b/StaffDBServer/Properties/launchSettings.json @@ -6,8 +6,36 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:54305;http://localhost:54306", + "dotnetRunMessages": true, + "applicationUrl": "https://localhost:7141;http://localhost:5282", "sqlDebugging": true + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "sqlDebugging": true + }, + "swagger": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "dotnetRunMessages": true, + "applicationUrl": "https://localhost:7202;http://localhost:5009", + "sqlDebugging": true + } + }, + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:30275", + "sslPort": 44372 } } } \ No newline at end of file