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

@ -1,7 +1,12 @@
{
"NuGet": {
"ExternalUrl" : "<http://localhost:5000/packages",
"SourceDir" : "packages"
"PackagesRootDir" : "packages"
},
"RootApiKeySecret": "secret-key"
"Smtp": {
"Server": "localhost",
"Port": 25,
"SenderName": "Paul Schneider",
"SenderEmail": "paul@pschneider.fr"
}
}