2024-11-14 15:17:43 +05:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ConnectionStrings": {
|
2024-11-20 15:22:23 +05:00
|
|
|
"DefaultConnection": "Host=localhost;Database=persistence;Username=postgres;Password=q;Persist Security Info=True"
|
2024-11-14 15:17:43 +05:00
|
|
|
},
|
2024-11-20 15:22:23 +05:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
"Authentication": {
|
|
|
|
"MetadataAddress": "http://localhost:8080/realms/TestRealm/.well-known/openid-configuration",
|
|
|
|
"Audience": "account",
|
|
|
|
"ValidIssuer": "http://localhost:8080/realms/TestRealm",
|
|
|
|
"AuthorizationUrl": "http://localhost:8080/realms/TestRealm/protocol/openid-connect/auth"
|
|
|
|
}
|
2024-11-14 15:17:43 +05:00
|
|
|
}
|