yavsc/testOauthClient/appsettings.json

16 lines
308 B
JSON
Raw Normal View History

2016-06-01 23:47:06 +02:00
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Verbose",
"System": "Information",
"Microsoft": "Information"
}
2016-06-07 00:20:05 +02:00
},
"Authentication": { 
"Yavsc": {
"ClientId": "016c5ae4-f4cd-40e3-b250-13701c871ecd",
"ClientSecret": "blahblah"
}
2016-06-01 23:47:06 +02:00
}
}