Skip to main content
Version: Next

FileConfigSource.create()

Home > @backstage/config-loader > FileConfigSource > create

Creates a new config source that loads configuration from the given path.

Signature:

static create(options: FileConfigSourceOptions): ConfigSource;

Parameters

ParameterTypeDescription
optionsFileConfigSourceOptionsOptions for the config source.

Returns:

ConfigSource

A new config source that loads from the given path.

Remarks

The source will watch the file for changes, as well as any referenced files.