2024-11-25 10:09:38 +05:00
|
|
|
{
|
2024-11-14 15:17:43 +05:00
|
|
|
"DbConnection": {
|
2024-12-27 13:37:38 +05:00
|
|
|
"Host": "postgres",
|
2024-12-18 12:06:35 +05:00
|
|
|
"Port": 5432,
|
2024-12-18 12:51:04 +05:00
|
|
|
"Database": "persistence",
|
2024-11-14 15:17:43 +05:00
|
|
|
"Username": "postgres",
|
2024-12-17 13:05:45 +05:00
|
|
|
"Password": "postgres"
|
2024-11-21 11:41:53 +05:00
|
|
|
},
|
2024-11-25 10:09:38 +05:00
|
|
|
"NeedUseKeyCloak": false,
|
|
|
|
"AuthUser": {
|
2024-11-21 11:41:53 +05:00
|
|
|
"username": "myuser",
|
|
|
|
"password": 12345,
|
|
|
|
"clientId": "webapi",
|
|
|
|
"grantType": "password"
|
|
|
|
},
|
|
|
|
"KeycloakGetTokenUrl": "http://192.168.0.10:8321/realms/Persistence/protocol/openid-connect/token"
|
2024-11-14 15:17:43 +05:00
|
|
|
}
|