The initial sources (merged in order).
The manager options.
Add a source (lowest precedence first, highest last).
The source to append.
This manager for chaining.
Load and merge every source, applying the transform to the merged result.
The merged configuration.
Load the merged configuration into the blueprint.
The application blueprint.
StaticcreateCreate a ConfigSourceManager.
The initial sources (merged in order).
The manager options.
A new manager.
Loads and merges configuration sources, then writes the result into the blueprint.
Sources are merged in order, later sources winning.
loadIntois meant to run from a@Configuration()'s asyncconfigure(blueprint), which the framework awaits duringinitBlueprint, before any blueprint middleware, so the whole app boots with the config already in place. Mark the@Configuration({ live: true })to reload it on every incoming event.