Update to latest code and nugets packages

This commit is contained in:
2026-07-03 14:43:35 +02:00
parent 5530dc915e
commit 3a36978997
25 changed files with 339 additions and 116 deletions
+17 -1
View File
@@ -7,7 +7,23 @@
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"CustomerDbContext": "Host=localhost;Port=5432;Database=gerstits_examples;Username=postgres;Password=postgres"
},
"Mail": {
"SmtpServer": "smtp.example.com",
"SmtpPort": 587,
"SenderDisplayName": "Gerst ITS Examples",
"SenderAddress": "noreply@example.com",
"Username": "noreply@example.com",
"Password": "change-me",
"UseSsl": true
},
"WebApi": {
"ApiKey": {
"Header": "X-Api-Key",
"Key": "example-api-key"
},
"Swagger": {
"SupportEMail": "support@example.com",
"TermsOfService": "https://www.example.com/impressum/",
@@ -16,7 +32,7 @@
"Url": "https://opensource.org/licenses/MIT"
}
},
"EntityFrameworkmigration": {
"EntityFrameworkMigration": {
"AutoMigrate": true
},
"Server": {