Configuration

Chaosinventory uses Pythons ConfigParser for user configuration. The used configuration file may be loaded from different directories.

Every use of configuration data must work with only the fallback data available, without an user-provided configuration file. If needed, you must specify fallback data locally in your code using the config.get('section', 'key', fallback='fallback')-Syntax.