Files
EpiAutoReminder/EpiAutoReminder/appsettings.CHANGEME.json

25 lines
453 B
JSON

{
"AzureAd": {
"ClientId": "xxx",
"TenantId": "xxx",
"ClientSecret": "xxx"
},
"Graph": {
"BaseUrl": "https://login.microsoftonline.com"
},
"Epirent": {
"Server": "xxx",
"Port": 8080,
"Token": "xxx",
"Mandant": 0,
"ReminderDaysBeforeDispoStart": 21,
"OfferDateOlderThan": 14
},
"MailMappings": {
"TU": "test.user@vt-media.de",
}
}