yavsc/testOauthClient/appsettings.json

17 lines
308 B
JSON

8 years ago
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Verbose",
"System": "Information",
"Microsoft": "Information"
}
8 years ago
},
"Authentication": { 
"Yavsc": {
"ClientId": "016c5ae4-f4cd-40e3-b250-13701c871ecd",
"ClientSecret": "blahblah"
}
8 years ago
}
}