Skip to content

Configuration_File_Examples

terrelsa13 edited this page May 13, 2025 · 15 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/config/mumc_config.yml
    2. ../MUMC/config/mumc_config.yaml
    3. When using the command line argument -c '/path/to/your/config.yaml'
    4. When using Docker -v '/path/to/your/config.yaml:/usr/src/app/config/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