Skip to content

Latest commit

 

History

History
81 lines (69 loc) · 4.55 KB

configuration.md

File metadata and controls

81 lines (69 loc) · 4.55 KB

Configuration Overview

The behavior of ChangeLog can be customized by changing the configuration. All settings are optional and ChangeLog aims to use sensible default values for all of them.

Settings are loaded from a number of configuration sources:

  1. Default settings
  2. Configuration file
  3. Environment variables
  4. Commandline parameters

For details, see Configuration Sources

Setting Name Notation

Setting names in the documentation are separated by : which denote keys and sub-keys the JSON configuration file. For example setting key:subkey to value would need to be specified in the configuration file like this:

{
    "key" : {
        "subkey" : "value"
    }
}

Settings List

See Also