19 lines
436 B
JSON
19 lines
436 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "budget.stwaddle.com",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": ""
|
|
},
|
|
"Oidc": {
|
|
"Authority": "https://auth.stwaddle.com",
|
|
"MetadataAddress": "http://auth:8080/.well-known/openid-configuration",
|
|
"Audience": "budget_api"
|
|
}
|
|
}
|