Skip to main content

@versionzero/configurator / configuration-sources

configuration-sources

Enumerations

EnumerationDescription
DefaultSequenceStandard sequence numbers for configuration sources. Lower numbers are processed first (lower priority), higher numbers are processed last (higher priority). When multiple sources assign the same property, the highest sequence number wins.

Classes

ClassDescription
CommandLineSourceCommandLineSource - parse configuration assignments from the command line
EnvironmentSourceEnvironmentSource - load configuration assignments from environment variables
JsonFileSourceJsonFileSource - load assignments from a JSON formatted configuration file, or stdin if passed "-"
ObjectSourceObjectSource - load configuration assignments from an object