Update to latest code and nugets packages
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user