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" }