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": {
|
2024-11-21 11:41:53 +05:00
|
|
|
"MetadataAddress": "http://192.168.0.10:8321/realms/Persistence/.well-known/openid-configuration",
|
2024-11-20 15:22:23 +05:00
|
|
|
"Audience": "account",
|
2024-11-21 11:41:53 +05:00
|
|
|
"ValidIssuer": "http://192.168.0.10:8321/realms/Persistence",
|
|
|
|
"AuthorizationUrl": "http://192.168.0.10:8321/realms/Persistence/protocol/openid-connect/auth"
|
2024-11-20 15:22:23 +05:00
|
|
|
}
|
2024-11-14 15:17:43 +05:00
|
|
|
}
|