#Launcher configuration
JAVA=/opt/jre/bin/java

CONFIGFILE=conf/lwdproxy.properties

LWDCSENDPOINT=cs://127.0.0.1:44045
LWDENDPOINT=lwdc://127.0.0.1:44046
APIENDPOINT=as://127.0.0.1:8045
NEXTHOP=lwd://127.0.0.1:31031

#Environment variables for child processes (e.g. the launched JVM)
export JAVA_TOOL_OPTIONS='-Dfile.encoding=UTF-8'
#export JAVA_TOOL_OPTIONS="$JAVA_TOOL_OPTIONS -Xdebug -Xrunjdwp:transport=dt_socket,address=*:8003,server=y,suspend=n"
