refactorisation de la configuration
This commit is contained in:
parent
838de379fd
commit
749eb645d5
7 changed files with 43 additions and 35 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue