-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
29 lines (29 loc) · 841 Bytes
/
appsettings.json
File metadata and controls
29 lines (29 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"CompendiumDatabaseSettings": {
"CharactersCollectionName": "Characters",
"InteractionsCollectionName": "Interactions",
"SourcesCollectionName": "Sources",
"ConnectionString": "mongodb://localhost:27017",
"DatabaseName": "CompendiumDb"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"TenantId": "common",
"ClientId": "c0151056-7b84-4e4c-853a-728f7dae27b4",
"CallbackPath": "/signin-oidc",
"SignedOutCallbackPath": "/signout-callback-oidc",
"Domain": "jcooperpinual.onmicrosoft.com"
},
"MicrosoftGraph": {
"Scopes": "user.read",
"BaseUrl": "https://graph.microsoft.com/v1.0"
}
}