While the standard server_cfg.ini handles basic race parameters, extra_cfg.yml provides a YAML-based interface for complex server logic. If the file does not exist, it is typically generated automatically when the server first runs.
# Data paths train_data_path: "/path/to/train/data" test_data_path: "/path/to/test/data" extra_cfg.yml
: