Introspection access point properly uses basic auth of client id and secret to access
13 lines
268 B
JSON
13 lines
268 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=my_host;Database=my_db;Username=my_user;Password=my_pw"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft": "Debug",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
}
|
|
}
|