Skip to main content
Version: Next

BaseConfigSourcesOptions

Home > @backstage/config-loader > BaseConfigSourcesOptions

Common options for the default Backstage configuration sources.

Signature:

export interface BaseConfigSourcesOptions 

Properties

Property

Modifiers

Type

Description

allowMissingDefaultConfig?

boolean

(Optional) Allow the default app-config.yaml to be missing, in which case the source will not be created.

remote?

Pick<RemoteConfigSourceOptions, 'reloadInterval'>

(Optional)

rootDir?

string

(Optional)

substitutionFunc?

SubstitutionFunc

(Optional) A custom substitution function that overrides the default one.

watch?

boolean

(Optional)