Skip to content
Snippets Groups Projects
Commit 06686f83 authored by kaloyane's avatar kaloyane
Browse files

bugfix: fixed datastore server configuration for integration testing

SVN: 20338
parent b3d20174
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
#
# Options to the JRE
#
JAVA_OPTS=${JAVA_OPTS:=-server -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8102}
JAVA_OPTS=${JAVA_OPTS:=-server}
# Enable debugging if needed
#JAVA_OPTS=${JAVA_OPTS:=-server -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8101}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment