Abstractions library for FuncatConfiguration. Allows to split configuration data into multiple files and classes. Store configuration files on the file system, in azure blobs, or otherwise.
ConfigPTFE helps reduces friction by helping software development teams accomplish two goals:
1.) share common configuration data between multiple applications.
2.) switch configuration data used by applications via a global "environment name". (i.e. moves environment specific data out of the...
More information
A simple way to save configurations and settings in a json file. Unique features:
- Support for multiple files.
- Uses models to specify the properties (and their types) of the settings file.
- Type safety.
- Methods inside the models make working with the settings values easy.