isn/test/isnd.tests/appsettings.json

14 lines
321 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"
}
}