#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

MAX_LWD_MINOR_VERSION=15

# zero threads means "however many CPU cores are available on this machine".
BOSS_THREADS=0
WORKER_THREADS=0

#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"
