ConfigDictionary.getConfig

Fetch a sub-section of the config as another config.

Commonly used for example to fetch further configuration from arrays, e.g.: getConfig("http.servers[3]") which then returns the rest of the config at that path.

class ConfigDictionary
getConfig
(
string configPath
)

Parameters

configPath string

Path to the wanted config. See get().

Return Value

A sub-section of the configuration.

Meta