This commit is contained in:
msyu
2025-09-18 20:17:31 +03:00
parent d42df73e4e
commit f8c45bf043
3 changed files with 16 additions and 16 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
{
"ds_dwh_class": "org.postgresql.Driver",
"ds_dwh_connectionString": "jdbc:postgresql://db-services.adl.nubes.ru:5432/dwh",
"ds_dwh_username": "smishchuk",
"ds_dwh_password": "encrypted:********",
"ds_dwh_connectionLimit": "5",
"ds_rpt_class": "org.postgresql.Driver",
"ds_rpt_connectionString": "jdbc:postgresql://db-services.adl.nubes.ru:5432/dwh",
"ds_rpt_username": "smishchuk",
"ds_rpt_password": "encrypted:********",
"ds_rpt_connectionLimit": "5",
"IDP_CLIENT_SECRET": "********",
}