Skip to main content

RemoteConfigSourceOptions

Home > @backstage/config-loader > RemoteConfigSourceOptions

Options for RemoteConfigSource.create().

Signature:

export interface RemoteConfigSourceOptions 

Properties

PropertyModifiersTypeDescription
reloadInterval?HumanDuration

(Optional) How often to reload the config from the remote URL, defaults to 1 minute.

Set to Infinity to disable reloading, for example { days: Infinity }.

substitutionFunc?SubstitutionFunc(Optional) A substitution function to use instead of the default environment substitution.
urlstringThe URL to load the config from.