20 lines
779 B
JSON
20 lines
779 B
JSON
{
|
|
"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_billing_s3_class": "org.postgresql.Driver",
|
|
"ds_billing_s3_connectionString": "jdbc:postgresql://db-services.adl.nubes.ru:5432/billing",
|
|
"ds_billing_s3_username": "s3billing",
|
|
"ds_billing_s3_password": "encrypted:*******",
|
|
"ds_billing_s3_connectionLimit": "5",
|
|
|
|
"ds_billing_vc_class": "org.postgresql.Driver",
|
|
"ds_billing_vc_connectionString": "jdbc:postgresql://db-services.adl.nubes.ru:5432/billing",
|
|
"ds_billing_vc_username": "vc_billing",
|
|
"ds_billing_vc_password": "encrypted:*******",
|
|
"ds_billing_vc_connectionLimit": "5"
|
|
}
|