Convenience: load and merge sources straight into the blueprint.
The application blueprint.
The sources (merged in order).
The manager options.
@Configuration()export class AppConfig { async configure (blueprint) { await loadConfigSources(blueprint, [envSource(), fileSource({ path: './config.yaml' })]) }} Copy
@Configuration()export class AppConfig { async configure (blueprint) { await loadConfigSources(blueprint, [envSource(), fileSource({ path: './config.yaml' })]) }}
Convenience: load and merge sources straight into the blueprint.