diff --git a/BlacksmithWorkshop/BlacksmithWorkshop/BlacksmithWorkshopView.csproj b/BlacksmithWorkshop/BlacksmithWorkshop/BlacksmithWorkshopView.csproj index ebacc2b..0093495 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshop/BlacksmithWorkshopView.csproj +++ b/BlacksmithWorkshop/BlacksmithWorkshop/BlacksmithWorkshopView.csproj @@ -15,9 +15,9 @@ - + Always - + Always diff --git a/BlacksmithWorkshop/BlacksmithWorkshopClientApp/appsettings.json b/BlacksmithWorkshop/BlacksmithWorkshopClientApp/appsettings.json index b88faf5..d59e984 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshopClientApp/appsettings.json +++ b/BlacksmithWorkshop/BlacksmithWorkshopClientApp/appsettings.json @@ -7,5 +7,12 @@ }, "AllowedHosts": "*", - "IPAddress": "https://localhost:7195" + "IPAddress": "https://localhost:7195", + + "SmtpClientHost": "smtp.gmail.com", + "SmtpClientPort": "587", + "PopHost": "pop.gmail.com", + "PopPort": "995", + "MailLogin": "ulsturpplab7@gmail.com", + "MailPassword": "ihnm riqo ysxz bxqb" } diff --git a/BlacksmithWorkshop/BlacksmithWorkshopRestAPI/BlacksmithWorkshopRestAPI.csproj b/BlacksmithWorkshop/BlacksmithWorkshopRestAPI/BlacksmithWorkshopRestAPI.csproj index cd23edf..c135d65 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshopRestAPI/BlacksmithWorkshopRestAPI.csproj +++ b/BlacksmithWorkshop/BlacksmithWorkshopRestAPI/BlacksmithWorkshopRestAPI.csproj @@ -19,6 +19,9 @@ + + Always + PreserveNewest