# the port to which Corona listens. # PORT_NUMBER=12345 # enable chat logging? specific to group of type "Chat." # ENABLE_CHAT_LOG=false # the name of the internal log that Corona generates. # CORONA_LOG_FILE=./demo.log # the directory path to and from which Corona writes and read its internal # group files. NOTE: the ending "/" is required. # GROUP_DIR_PATH=./demo_corona_groups/ # the directory path to which Corona writes files that contain chat # messages. specific to group of type "Chat." The ending "/" is required. # CHAT_LOG_DIR_PATH=./demo_corona_chat_logs/ # the directory that contains the java executable. The ending "/" is # required. # JAVA_BIN_PATH=/usr/local/java/bin/