sso looks working
This commit is contained in:
@@ -0,0 +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",
|
||||
"IDP_CLIENT_SECRET": "********",
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
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 IDP_CLIENT_SECRET ******** /M
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user