FileConfigSourceOptions
Home > @backstage/config-loader > FileConfigSourceOptions
Options for FileConfigSource.create().
Signature:
export interface FileConfigSourceOptions
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) A content parsing function to transform string content to configuration values. | |||
|
string |
The path to the config file that should be loaded. | ||
|
(Optional) A substitution function to use instead of the default environment substitution. | |||
|
boolean |
(Optional) Set to |