From 8947dbebed575a88280b5fc7a44955a1b9869575 Mon Sep 17 00:00:00 2001 From: sofiaivv Date: Fri, 3 May 2024 02:11:25 +0400 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5?= =?UTF-8?q?=D0=BC=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D0=BC2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Properties/launchSettings.json | 28 ++++++++--------- LawCompany/LawCompanyRestApi/log4net.config | 30 +++++++++---------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/LawCompany/LawCompanyRestApi/Properties/launchSettings.json b/LawCompany/LawCompanyRestApi/Properties/launchSettings.json index ead9adf..303eb33 100644 --- a/LawCompany/LawCompanyRestApi/Properties/launchSettings.json +++ b/LawCompany/LawCompanyRestApi/Properties/launchSettings.json @@ -1,23 +1,14 @@ { - "$schema": "https://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:63687", - "sslPort": 44301 - } - }, "profiles": { - "LawCompanyRestApi": { + "LawFirmRestApi": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "https://localhost:7245;http://localhost:5035", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": true, + "applicationUrl": "https://localhost:7245;http://localhost:5035" }, "IIS Express": { "commandName": "IISExpress", @@ -27,5 +18,14 @@ "ASPNETCORE_ENVIRONMENT": "Development" } } + }, + "$schema": "https://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:63687", + "sslPort": 44301 + } } -} +} \ No newline at end of file diff --git a/LawCompany/LawCompanyRestApi/log4net.config b/LawCompany/LawCompanyRestApi/log4net.config index ad42f3b..50a77d3 100644 --- a/LawCompany/LawCompanyRestApi/log4net.config +++ b/LawCompany/LawCompanyRestApi/log4net.config @@ -1,16 +1,16 @@  - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + \ No newline at end of file