isn/src/appled/appsettings.Development.json

18 lines
360 B
JSON
Raw Normal View History

2021-04-08 02:03:17 +01:00
{
2021-06-18 23:57:02 +01:00
"AdminStartupList": {
"Users": [
"paul@pschneider.fr"
]
},
2021-05-02 16:37:03 +01:00
"Nuget": {
"PackagesRootDir" : "packages",
2021-05-09 18:07:48 +01:00
"ProtectionTitle": "protected-data-v1",
2021-05-02 16:37:03 +01:00
"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
}