capicxx-core-runtime
capicxx-core-runtime copied to clipboard
added the possibility to load multiple INI files
- added the possibility to load multiple INI files from the folder /etc/commonapi.d or the folder provided by the environment variable COMMONAPI_CONFIG (if it is a folder).
Priority is as follows:
- folder definded by COMMONAPI_CONFIG
- file in the current folder
- file definded by COMMONAPI_CONFIG
- folder /etc/commonapi.d
- file /etc/commonapi.ini
- added the capability to use ; for comments