isn/test/isnd.tests/appsettings.json

21 lines
438 B
JSON
Raw Normal View History

2021-05-09 15:33:14 +01:00
{
2021-09-08 01:55:00 +01:00
"Isn": {
"ExternalUrl": "http://localhost:5000",
2021-05-09 15:33:14 +01:00
"PackagesRootDir" : "packages",
2021-09-08 01:55:00 +01:00
"ProtectionTitle": "protected-data-v1",
2021-05-09 15:33:14 +01:00
"MaxUserKeyCount": 5
},
"Smtp": {
"Server": "localhost",
"Port": 25,
"SenderName": "Paul Schneider",
"SenderEmail": "paul@pschneider.fr"
2022-05-25 09:07:36 +01:00
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5005"
}
}
2021-05-09 15:33:14 +01:00
}
}