Обновить docker-compose.yml
This commit is contained in:
parent
d0bf1c18e8
commit
5efca03136
@ -124,6 +124,10 @@ configs:
|
|||||||
url: jdbc:sqlserver://;serverName=app.expertdwh.ru;databaseName=master;encrypt=true;trustServerCertificate=true
|
url: jdbc:sqlserver://;serverName=app.expertdwh.ru;databaseName=master;encrypt=true;trustServerCertificate=true
|
||||||
username: sa
|
username: sa
|
||||||
password: ${EWH_PASSWORD}
|
password: ${EWH_PASSWORD}
|
||||||
|
uwh:
|
||||||
|
url: jdbc:postgresql://app.expertdwh.ru/uwh?reWriteBatchedInserts=true
|
||||||
|
username: uwh
|
||||||
|
password: uwh
|
||||||
audit.enabled: true
|
audit.enabled: true
|
||||||
|
|
||||||
hikari:
|
hikari:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user