RemoteConfigSource.create()
Home > @backstage/config-loader
> RemoteConfigSource
> create
Creates a new RemoteConfigSource.
Signature:
static create(options: RemoteConfigSourceOptions): ConfigSource;
Parameters
Parameter |
Type |
Description |
---|---|---|
options |
Options for the source. |
A new remote config source.