isn/appsettings.Development.json

13 lines
289 B
JSON
Raw Normal View History

2021-04-08 02:03:17 +01:00
{
2021-05-02 16:37:03 +01:00
"Nuget": {
2021-04-25 12:12:50 +01:00
"ExternalUrl" : "<http://localhost:5000/packages",
2021-05-02 16:37:03 +01:00
"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
}