yavsc/testOauthClient/appsettings.json

16 lines
365 B
JSON
Raw Normal View History

2016-06-01 23:47:06 +02:00
{
2018-01-11 21:35:45 +01:00
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Verbose",
"System": "Information",
"Microsoft": "Information"
}
},
"Authentication": { 
"Yavsc": {
"ClientId": "2a3faf86-26e9-49f5-9473-6e6efaeeeac6",
"ClientSecret": "blahblah"
}
2016-06-01 23:47:06 +02:00
}
2018-01-11 21:35:45 +01:00
}