isn/appsettings.Development.json

14 lines
289 B
JSON

4 years ago
{
3 years ago
"Nuget": {
"ExternalUrl" : "<http://localhost:5000/packages",
3 years ago
"PackagesRootDir" : "packages",
"MaxUserKeyCount": 5
4 years ago
},
"Smtp": {
"Server": "localhost",
"Port": 25,
"SenderName": "Paul Schneider",
"SenderEmail": "paul@pschneider.fr"
}
4 years ago
}