config.md

July 11, 2023 ยท View on GitHub

We have developed a configuration tool based on OmageConf, primarily because of its convenient interpolation string mechanism, support for custom resolvers, config merging tools, dot-list parsing, etc.

Below are some examples of how you can make config files and how you can dynamically change configs while running.

Making a config file with interpolation strings

Command-line dynamic configs

Contents

  1. 0.1Making a config file with interpolation strings
  2. 0.2Command-line dynamic configs