* Maintain FaKrosno api to handle Hangfire

* Added checking of missing EdiCo based on EdiCoTranslate and send email every 30 minutes
* Added Admin Scheduler view
This commit is contained in:
2025-02-14 08:46:56 +01:00
parent e7342abadd
commit c0fed5b3ec
38 changed files with 446 additions and 221 deletions

View File

@@ -1,7 +1,8 @@
{
"ConnectionStrings": {
"FaKrosnoConnection": "Server=192.168.0.7;Database=fakrosnotest;User Id=sa;Password=Tetum#2021!;TrustServerCertificate=true",
"SytelineSaAppConnection": "Server=192.168.0.7;Database=SL_PRODTEST_SA_APP;User Id=sa;Password=Tetum#2021!;TrustServerCertificate=true"
"SytelineSaAppConnection": "Server=192.168.0.7;Database=SL_PROD_SA_APP;User Id=sa;Password=Tetum#2021!;TrustServerCertificate=true",
"OrdersManagementConnection": "Server=192.168.0.7;Database=OrdersManagement;User Id=sa;Password=Tetum#2021!;TrustServerCertificate=true"
},
"Logging": {
"LogLevel": {
@@ -16,5 +17,16 @@
},
"Host": {
"Urls": "http://0.0.0.0:5555"
},
"EmailSettings": {
"SmtpServer": "poczta.fakrosno.pl",
"Port": 587,
"SenderEmail": "edi@fakrosno.pl",
"SenderPassword": "F@Krosno2014",
"RecipientEmail": "piotr.kus@fakrosno.pl",
"UseSsl": false
},
"JobSettings": {
"QueryIntervalMinutes": 30
}
}