Since the version 0.2.0.0, application configuration is implemented using the partial options monoid pattern and Headroom contains following levels of configuration, where the next one overrides the previous one:
Right now, the presence of .headroom.yaml is required. However, it might useful for some users to give them option not to have the YAML file and provide all required values using command line arguments.
Since the version
0.2.0.0
, application configuration is implemented using the partial options monoid pattern and Headroom contains following levels of configuration, where the next one overrides the previous one:.headroom.yaml
Right now, the presence of
.headroom.yaml
is required. However, it might useful for some users to give them option not to have the YAML file and provide all required values using command line arguments.