isn/test/isnd.tests/appsettings.json

22 lines
440 B
JSON

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