Pow v1.0.0-rc.0 Pow.Config View Source
Methods to parse and modify configurations.
Link to this section Summary
Functions
Gets the key value from the configuration
Merges two configurations
Puts a new key value to the configuration
Raise a ConfigError exception
Link to this section Types
Link to this section Functions
Gets the key value from the configuration.
If not found, it’ll fallback to environment config, and lastly to the default value.
Merges two configurations.
Puts a new key value to the configuration.
Raise a ConfigError exception.