Michał Cieślar
Michał Cieślar
Toml parser needs to be added and load config into map, where key is flatten key like database.host. There was yaml/xml support added couple days ago so you can reference...
Add support for new configuration files format. Example name.properties file: ``` Customer.dbConfig.host = localhost Customer.dbConfig.port = 5984 ``` it needs to be loaded directly to config values - all values...
Add reading `CXX_CONFIG_STRICT_MODE` env variable. If it is defined throw errors if any of following requirements are not met: - There must be an explicit config file matching `CXX_ENV` if...
Add json and xml to supported extensions list here: https://github.com/cieslarmichal/config-cxx/blob/main/docs/wiki/configuration-files.md
Add support for config files in format `local-{deployment}.EXT` where `deployment` is `CXX_ENV` or default `development`. Load order: https://github.com/cieslarmichal/config-cxx/blob/main/docs/wiki/configuration-files.md#file-load-order