A configuration source: loads a plain config object from a provider (env, a file, AWS SSM, Secrets Manager, an HTTP endpoint...). Sources are merged by the ConfigSourceManager and written into the blueprint before the app boots.
Load the source's configuration.
Readonly
A human-readable name (e.g. env, file, ssm).
env
file
ssm
A configuration source: loads a plain config object from a provider (env, a file, AWS SSM, Secrets Manager, an HTTP endpoint...). Sources are merged by the ConfigSourceManager and written into the blueprint before the app boots.