Обновить docker-compose.yml

This commit is contained in:
Постнов Андрей 2025-02-27 14:24:10 +00:00
parent d0bf1c18e8
commit 5efca03136

View File

@ -124,6 +124,10 @@ configs:
url: jdbc:sqlserver://;serverName=app.expertdwh.ru;databaseName=master;encrypt=true;trustServerCertificate=true
username: sa
password: ${EWH_PASSWORD}
uwh:
url: jdbc:postgresql://app.expertdwh.ru/uwh?reWriteBatchedInserts=true
username: uwh
password: uwh
audit.enabled: true
hikari: