ip | The IP address to bind to. | 127.0.0.1 | MINUS_GAMES_IP | --ip <IP> |
port | The port number to listen on. | 8415 | MINUS_GAMES_PORT | --port <PORT> |
games_folder | The folder where games are stored. | ./games | MINUS_GAMES_GAMES_FOLDER | --games-folder <GAMES_FOLDER> |
data_folder | The folder where data is stored. | ./data | MINUS_GAMES_DATA_FOLDER | --data-folder <DATA_FOLDER> |
cache_folder | The folder where cache is stored (optional). | Not specified (effectively None if not set) | MINUS_GAMES_CACHE_FOLDER | --cache-folder <CACHE_FOLDER> |
config_file | The configuration file to use (optional). | Not specified (effectively None if not set) | MINUS_GAMES_CONFIG_FILE | --config-file <CONFIG_FILE> |