ConfigEnv represents a map containing (key, values) pairs describing the current Bifrost configuration from known environment variables.
| The Environment Variable Name: | The (key, values) Pair: |
| BIFROST_DISABLE_PACKS | ("bifrost_disable_packs", StringArray)
No (key,values) pair is added to the ConfigEnv if the EV is not set. Otherwise, values contains the names of the Bifrost packs to be disabled, as listed in the environment variable. The empty pack names and duplicate pack names are eliminated.
|
| BIFROST_LIB_CONFIG_FILES | ("bifrost_pack_config_files", StringArray)
No (key,values) pair is added to the ConfigEnv if the EV is not set. Otherwise, values contains the paths to the Bifrost config files to be loaded by Bifrost, as listed in the environment variable. Empty pathnames are eliminated. Duplicates of identical pathnames are eliminated, but no attempt is made to eliminate duplicates of non-identical pathnames that are equivalent (e.g. /dir/a.json and /dir/./a.json, or different symbolic links that refer to the same file).
|
Definition at line 152 of file Utility.h.