2024-11-14 15:17:43 +05:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ConnectionStrings": {
|
2024-12-23 17:35:47 +05:00
|
|
|
"DefaultConnection": "Host=localhost;Database=persistence;Username=postgres;Password=postgres;Persist Security Info=True"
|
2024-11-14 15:17:43 +05:00
|
|
|
},
|
2024-11-20 15:22:23 +05:00
|
|
|
"AllowedHosts": "*",
|
2024-12-17 10:58:30 +05:00
|
|
|
"NeedUseKeyCloak": false,
|
|
|
|
"KeyCloakAuthentication": {
|
2024-11-20 15:22:23 +05:00
|
|
|
"Audience": "account",
|
2024-12-17 10:58:30 +05:00
|
|
|
"Host": "http://192.168.0.10:8321/realms/Persistence"
|
2024-12-02 18:14:45 +05:00
|
|
|
},
|
|
|
|
"AuthUser": {
|
|
|
|
"username": "myuser",
|
|
|
|
"password": 12345,
|
|
|
|
"clientId": "webapi",
|
|
|
|
"grantType": "password",
|
|
|
|
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier": "7d9f3574-6574-4ca3-845a-0276eb4aa8f6"
|
2024-11-20 15:22:23 +05:00
|
|
|
}
|
2024-11-14 15:17:43 +05:00
|
|
|
}
|