isn/src/nuget-host/appsettings.Development.json

12 lines
233 B
JSON
Raw Normal View History

2021-04-08 02:03:17 +01:00
{
2021-05-02 16:37:03 +01:00
"Nuget": {
"PackagesRootDir" : "packages",
"MaxUserKeyCount": 5
2021-04-08 03:08:20 +01:00
},
2021-05-02 15:22:46 +01:00
"Smtp": {
"Server": "localhost",
"Port": 25,
"SenderName": "Paul Schneider",
"SenderEmail": "paul@pschneider.fr"
}
2021-04-08 02:03:17 +01:00
}