pub fn merge_environments(
parent: &EnvironmentConfig,
child: &EnvironmentConfig,
) -> EnvironmentConfigExpand description
Merge environment configurations.
Variables are merged with child taking precedence. Env files, passthrough prefixes, and passthrough vars are concatenated.