testing?
This commit is contained in:
12
test/nuget.host.tests/appsettings.Development.json
Normal file
12
test/nuget.host.tests/appsettings.Development.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"Nuget": {
|
||||
"PackagesRootDir" : "packages",
|
||||
"MaxUserKeyCount": 5
|
||||
},
|
||||
"Smtp": {
|
||||
"Server": "localhost",
|
||||
"Port": 25,
|
||||
"SenderName": "Paul Schneider",
|
||||
"SenderEmail": "paul@pschneider.fr"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user