From 15736ad7bcef35d80354ff81ae04e6956bfbc0f5 Mon Sep 17 00:00:00 2001 From: Loganathan Sekar <42532387+LoganathanSekar7627@users.noreply.github.com> Date: Mon, 26 Jul 2021 10:44:19 +0530 Subject: [PATCH] Removed debugging VM args from command Removed debugging VM args from command --- authentication-demo-ui/ID-Authentication-Demo-UI.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication-demo-ui/ID-Authentication-Demo-UI.bat b/authentication-demo-ui/ID-Authentication-Demo-UI.bat index c812b94bf6f..9e1e092e7c3 100644 --- a/authentication-demo-ui/ID-Authentication-Demo-UI.bat +++ b/authentication-demo-ui/ID-Authentication-Demo-UI.bat @@ -1 +1 @@ -java -Dida.request.captureFinger.deviceId=1 -Dida.request.captureIris.deviceId=2 -Dida.request.captureFace.deviceId=3 -Dmosip.base.url=https://dev.mosip.net -DmispLicenseKey=6RDiocDyxUazIksr6a9WD8iPHfw3DUdtJqApV4zSDYGc6AndrF -DpartnerId=11001 -DpartnerOrg=ABCBank -DpartnerApiKey=686749 -Dfinger.device.subid=1 -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=127.0.0.1:8000 -jar "./target/authentication-demo-ui-1.2.0-SNAPSHOT.jar" \ No newline at end of file +java -Dida.request.captureFinger.deviceId=1 -Dida.request.captureIris.deviceId=2 -Dida.request.captureFace.deviceId=3 -Dmosip.base.url=https://dev.mosip.net -DmispLicenseKey=6RDiocDyxUazIksr6a9WD8iPHfw3DUdtJqApV4zSDYGc6AndrF -DpartnerId=11001 -DpartnerOrg=ABCBank -DpartnerApiKey=686749 -Dfinger.device.subid=1 -jar "./target/authentication-demo-ui-1.2.0-SNAPSHOT.jar"