This commit is contained in:
Paul Schneider
2021-05-09 15:33:14 +01:00
parent ffb7cad00a
commit e5d3ba36cc
3 changed files with 15 additions and 3 deletions

View File

@ -0,0 +1,12 @@
{
"Nuget": {
"PackagesRootDir" : "packages",
"MaxUserKeyCount": 5
},
"Smtp": {
"Server": "localhost",
"Port": 25,
"SenderName": "Paul Schneider",
"SenderEmail": "paul@pschneider.fr"
}
}