merge_environments

Function merge_environments 

Source
pub fn merge_environments(
    parent: &EnvironmentConfig,
    child: &EnvironmentConfig,
) -> EnvironmentConfig
Expand description

Merge environment configurations.

Variables are merged with child taking precedence. Env files, passthrough prefixes, and passthrough vars are concatenated.