isn/test/isnd.tests/appsettings.json

15 lines
321 B
JSON

3 years ago
{
"Isn": {
"ExternalUrl": "http://localhost:5000",
3 years ago
"PackagesRootDir" : "packages",
"ProtectionTitle": "protected-data-v1",
3 years ago
"MaxUserKeyCount": 5
},
"Smtp": {
"Server": "localhost",
"Port": 25,
"SenderName": "Paul Schneider",
"SenderEmail": "paul@pschneider.fr"
}
}