From ac51c61cf000c1dc6c7a42cf0720b55b9e2a00b4 Mon Sep 17 00:00:00 2001 From: dex_moth Date: Fri, 14 Jun 2024 18:38:41 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=B5=D0=BC=D0=B0=D0=B9=D0=BB=20=D0=B8=20=D0=BF=D0=B0?= =?UTF-8?q?=D1=80=D0=BE=D0=BB=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FishFactory/App.config | 4 ++-- FishFactoryRestApi/Properties/launchSettings.json | 4 ++-- FishFactoryRestApi/appsettings.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/FishFactory/App.config b/FishFactory/App.config index dec82d7..9d9e31c 100644 --- a/FishFactory/App.config +++ b/FishFactory/App.config @@ -5,7 +5,7 @@ - - + + \ No newline at end of file diff --git a/FishFactoryRestApi/Properties/launchSettings.json b/FishFactoryRestApi/Properties/launchSettings.json index b94ec1e..0aabeb5 100644 --- a/FishFactoryRestApi/Properties/launchSettings.json +++ b/FishFactoryRestApi/Properties/launchSettings.json @@ -12,7 +12,7 @@ "http": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "launchUrl": "swagger", "applicationUrl": "http://localhost:5284", "environmentVariables": { @@ -22,7 +22,7 @@ "https": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "launchUrl": "swagger", "applicationUrl": "https://localhost:7012;http://localhost:5284", "environmentVariables": { diff --git a/FishFactoryRestApi/appsettings.json b/FishFactoryRestApi/appsettings.json index 46528f5..36a9d4e 100644 --- a/FishFactoryRestApi/appsettings.json +++ b/FishFactoryRestApi/appsettings.json @@ -11,6 +11,6 @@ "SmtpClientPort": "587", "PopHost": "pop.gmail.com", "PopPort": "995", - "MailLogin": "labwork7cacawa@gmail.com", - "MailPassword": "123" + "MailLogin": "iskander044ya@yandex.ru", + "MailPassword": "aakjmhccsmlkkisn" }