25 lines
696 B
JSON
25 lines
696 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Port=5432;Database=persistence;Username=postgres;Password=postgres;Persist Security Info=True"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"NeedUseKeyCloak": false,
|
|
"KeyCloakAuthentication": {
|
|
"Audience": "account",
|
|
"Host": "http://192.168.0.10:8321/realms/Persistence"
|
|
},
|
|
"AuthUser": {
|
|
"username": "myuser",
|
|
"password": 12345,
|
|
"clientId": "webapi",
|
|
"grantType": "password",
|
|
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier": "7d9f3574-6574-4ca3-845a-0276eb4aa8f6"
|
|
}
|
|
}
|