Files
Epi2Exchange2/Epi2O365/appsettings.examples.json
2025-02-12 12:10:56 +01:00

20 lines
300 B
JSON

{
"AzureAd": {
"ClientId": "xxx",
"TenantId": "xxx",
"ClientSecret": "xxx"
},
"Graph": {
"BaseUrl": "https://login.microsoftonline.com",
"Users": [
"xx@yy.de"
]
},
"Epirent": {
"Server": "xx",
"Port": 8080,
"Token": "xx",
"Mandant": 2
}
}