refactorisation de la configuration

This commit is contained in:
Paul Schneider 2021-05-02 15:22:46 +01:00
commit 749eb645d5
7 changed files with 43 additions and 35 deletions

View file

@ -2,18 +2,18 @@
"RootApiKeySecret": "<your-root-api-clear-key>",
"NuGet": {
"ExternalUrl" : "<http://your-external.url",
"SourceDir" : "<your-Source-dir>"
"PackagesRootDir" : "<your-Source-dir>",
"ProtectionTitle": "protected-data-v1"
},
"ConnectionStrings": {
"DefaultConnection": "Server=<pqserver>;Port=<pqport>;Database=<dbname>;Username=<dbusername>;Password=<dbpass>;"
},
"AllowedHosts": "*",
"SmtpSettings": {
"Server": "localhost",
"Smtp": {
"Server": "<smtp.server.address>",
"Port": 25,
"SenderName": "Paul Schneider",
"SenderEmail": "paul@pschneider.fr",
"ProtectionTitle": "protected-data-v1"
"SenderName": "<from-name>",
"SenderEmail": "<from-email>"
},
"Logging": {
"LogLevel": {