jass.config

This module contains the code to access the configuration of JASS

The different variables have reasonable defaults, that can be overridden with environment variables:

# set specific host and ports for the JASS server to listen to
export JASS_HOST='0.0.0.0'
export JASS_PORT='8080'
# set specific directory to store JASS data
export JASS_DATA_DIR='/var/jassdata'