EnvConfigSource.create()
Home > @backstage/config-loader
> EnvConfigSource
> create
Creates a new config source that reads from the environment.
Signature:
static create(options: EnvConfigSourceOptions): ConfigSource;
Parameters
Parameter |
Type |
Description |
---|---|---|
options |
Options for the config source. |
A new config source that reads from the environment.