Minus Games Server

Configuration Options

OptionDescriptionDefaultEnvironment VariableCommand Line Argument
ipThe IP address to bind to.127.0.0.1MINUS_GAMES_IP--ip <IP>
portThe port number to listen on.8415MINUS_GAMES_PORT--port <PORT>
games_folderThe folder where games are stored../gamesMINUS_GAMES_GAMES_FOLDER--games-folder <GAMES_FOLDER>
data_folderThe folder where data is stored../dataMINUS_GAMES_DATA_FOLDER--data-folder <DATA_FOLDER>
cache_folderThe folder where cache is stored (optional).Not specified (effectively None if not set)MINUS_GAMES_CACHE_FOLDER--cache-folder <CACHE_FOLDER>
config_fileThe configuration file to use (optional).Not specified (effectively None if not set)MINUS_GAMES_CONFIG_FILE--config-file <CONFIG_FILE>