Files
yavsc/testOauthClient/appsettings.json
2018-01-11 21:35:45 +01:00

16 lines
365 B
JSON
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Verbose",
"System": "Information",
"Microsoft": "Information"
}
},
"Authentication": { 
"Yavsc": {
"ClientId": "2a3faf86-26e9-49f5-9473-6e6efaeeeac6",
"ClientSecret": "blahblah"
}
}
}