The options for retrieving the configuration.
Optional
configName?: stringThe name of the remote configuration.
Optional
configServerUrl?: stringThe URL of the configuration server.
Optional
ignoreServerIsOlderVersionError?: booleanIndicates whether to ignore the error when the server version is older than the requested version.
Optional
localConfigPath?: stringThe path to the local configuration folder.
Optional
metricsRegistry?: RegistryThe registry for the metrics. If not provided, the metrics will not be registered. Depends on the prom-client package being installed.
Optional
offlineMode?: booleanIndicates whether the configuration should be loaded in offline mode.
The schema of the configuration object.
Optional
version?: number | "latest"The version of the remote configuration. It can be either 'latest' or a number.
Retrieves the configuration based on the provided options.