Optionaltype: new () => TOptionaloptions: IConfigStoreOptionsOptional ReadonlyconfigConfiguration file directory
ReadonlydataConfiguration Data
ProtectedgetOptional ReadonlysourceSource file used to load the configuration data
Allow retrieval of the loaded config data using the dot notation. Ie:
If [IConfigStoreOptions.loadAll] flag is set, the name of the file would be the first
key. Ie: if loaded config file is called config.json, the dot notation would be:
config.db.nameThis method is not optmized and created for retro compability of FP8Config class. Avoid this method and use an actual configuration class instead.
Load the configuration from
./etcor./configdirectory, searching sub directory defined inFP8_ENVenvironmental variable if exists.Tye