This commit is contained in:
2025-02-12 12:10:56 +01:00
parent 705e99b4a7
commit c02a73213b
14 changed files with 1761 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"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
}
}