Skip to content

Commit

Permalink
add appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
budcribar committed Mar 3, 2024
1 parent 7b75953 commit a179bd5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/RemoteWebViewService/appsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"ResourceUrl": "https://graph.windows.net",

"AzureAdB2C": {
"Instance": "https://RemoteWebView.b2clogin.com",
"ClientId": "29edb278-c0af-4c65-9ab7-5b623a6847dc",
"Domain": "RemoteWebView.onmicrosoft.com",
"SignedOutCallbackPath": "/signout/B2C_1_susi_reset_v2",
"SignUpSignInPolicyId": "B2C_1_SignUpAndIn",
"DirectoryId": "aae96de0-374d-4d41-ae04-6c4488a7e3b7"
},

"Logging": {
"EventLog": {
"LogLevel": {
"Default": "Debug",
"System": "Debug",
"Grpc": "Debug",
"Microsoft": "Debug"
}
},
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Grpc": "Information",
"Microsoft": "Information"
}
}

}

0 comments on commit a179bd5

Please sign in to comment.