Skip to content

Configuration_File_Examples

terrelsa13 edited this page Jan 3, 2025 · 11 revisions

mumc_config.yaml

  • There are serveral configuration variables that can be used to customize MUMC to run exactly the way you want it to.

  • The configuration file holding these variables can be in any of these locations:

    1. ../MUMC/mumc_config.yaml
    2. ../MUMC/config/mumc_config.yaml
    3. When using the commandline argument -c /some/path/to/your_mumc_config.yaml
  • MUMC v5.8.0-beta and later no longer require having EVERY configuration variable in the mumc_config.yaml.

    • Moving forward MUMC will allow a subset of configuration variables.
    • Additional configuration variables can be added individually.
    • Any missing configuration variables will assume their default value.
    • Setting DEBUG: 1 will print the full config as MUMC uses it, at the top of the debug file.

    Minimum Configuration Example

    Full Configuration Example

    General Configuration Examples

Configuration Tree - See what each configuration option does and how to use them.

Check Out Additional Information About MUMC

Clone this wiki locally