21 lines
819 B
Batchfile
21 lines
819 B
Batchfile
REM set Windows env
|
|
setx ds_dwh_class org.postgresql.Driver /M
|
|
setx ds_dwh_connectionString jdbc:postgresql://db-services.adl.nubes.ru:5432/dwh /M
|
|
setx ds_dwh_username smishchuk /M
|
|
setx ds_dwh_password encrypted:******* /M
|
|
setx ds_dwh_connectionLimit 5 /M
|
|
|
|
setx ds_billing_s3_class org.postgresql.Driver /M
|
|
setx ds_billing_s3_connectionString jdbc:postgresql://db-services.adl.nubes.ru:5432/billing /M
|
|
setx ds_billing_s3_username s3billing /M
|
|
setx ds_billing_s3_password encrypted::******* /M
|
|
setx ds_billing_s3_connectionLimit 5 /M
|
|
|
|
setx ds_billing_vc_class org.postgresql.Driver /M
|
|
setx ds_billing_vc_connectionString jdbc:postgresql://db-services.adl.nubes.ru:5432/billing /M
|
|
setx ds_billing_vc_username vc_billing /M
|
|
setx ds_billing_vc_password encrypted::******* /M
|
|
setx ds_billing_vc_connectionLimit 5 /M
|
|
|
|
pause
|