11 lines
452 B
Batchfile
11 lines
452 B
Batchfile
REM set Windows env
|
|
setx rpt_class org.postgresql.Driver /M
|
|
setx rpt_connectionString jdbc:postgresql://write.09d78921-77a7-401a-b2cb-5ca11be850a0.services.ngcloud.ru:5432/rpt /M
|
|
setx rpt_username appserver /M
|
|
setx rpt_password encrypted:8b11c6e220c6456af3e08294e86cf91283d4119b58e25891e24719b0d27cbd4991d023c88da45113555c98d2cb5e4e969a4f585a94051527 /M
|
|
setx rpt_connectionLimit 5 /M
|
|
|
|
setx IDP_CLIENT_SECRET mXuJehst7ZZSBIFpjpLZFicYRhpLmxVs /M
|
|
|
|
pause
|