Minus Games Server
Configuration Options
Option | Description | Default | Environment Variable | Command Line Argument |
---|---|---|---|---|
ip | The IP address to bind to. | 127.0.0.1 | IP | --ip |
port | The port number to listen on. | 8415 | PORT | --port |
games_folder | The folder where games are stored. | Current directory | GAMES_FOLDER | --games-folder |
data_folder | The folder where data is stored. | Data folder | DATA_FOLDER | --data-folder |
cache_folder | The folder where cache is stored (optional). | None | CACHE_FOLDER | --cache-folder |
config_file | The configuration file to use (optional). | None | None | --config-file |