echo off
cls
set sns_app_path=%ProgramW6432%\Sisense\app
set cfg_svc_path=%sns_app_path%\configuration-service
set zk_set_script=%cfg_svc_path%\zookeeperSetScript.js
set node_exe=%sns_app_path%\NodeJS\v12.7.0\node.exe
IF NOT EXIST "%node_exe%" set node_exe=%cfg_svc_path%\node.exe
pushd %~DP0
"%node_exe%" "%zk_set_script%" /Sisense/S1/configuration/production/base/geo.maps_api_provider api.mapbox.com/styles/v1/sangil/ckghn5s0c19ig19pkszjtipnl/tiles/{z}/{x}/{y}?access_token=pk.eyJ1Ijoic2FuZ2lsIiwiYSI6ImNrZ2huMnRjNDAycmoycnFpZTdwMHZlNnUifQ.63y3gK2qDjhVJXtctDwrYw true
"%node_exe%" "%zk_set_script%" /Sisense/S1/configuration/production/configuration-service/geo.maps_api_provider api.mapbox.com/styles/v1/sangil/ckghn5s0c19ig19pkszjtipnl/tiles/{z}/{x}/{y}?access_token=pk.eyJ1Ijoic2FuZ2lsIiwiYSI6ImNrZ2huMnRjNDAycmoycnFpZTdwMHZlNnUifQ.63y3gK2qDjhVJXtctDwrYw true
popd

echo Done. Press Enter to exit.
pause
