refact
This commit is contained in:
parent
5de53a3cba
commit
476d35ae8a
270 changed files with 477 additions and 401 deletions
12
test/isnd.tests/appsettings.Development.json
Normal file
12
test/isnd.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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue