stage
This commit is contained in:
19
Epi2O365/appsettings.examples.json
Normal file
19
Epi2O365/appsettings.examples.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user