persistence/DD.Persistence.App/appsettings.Tests.json
Roman Efremov ff95cad258
Some checks failed
Unit tests / test (push) Failing after 1m1s
Добавить партиционирование
2024-12-25 17:49:05 +05:00

18 lines
404 B
JSON

{
"DbConnection": {
"Host": "localhost",
"Port": 5432,
"Database": "persistence",
"Username": "postgres",
"Password": "q"
},
"NeedUseKeyCloak": false,
"AuthUser": {
"username": "myuser",
"password": 12345,
"clientId": "webapi",
"grantType": "password"
},
"KeycloakGetTokenUrl": "http://192.168.0.10:8321/realms/Persistence/protocol/openid-connect/token"
}