= CAE configuration file Cinnamon Asynchronous Engine (CAE) is a flexible framework for asynchronous, server-based tasks. The functionality CAE should load and the exact behaviour are highly configurable. The configuration is maintained in a file {{{CinnamonAsynchronousEngine.config.xml}}} residing in CAE's program folder on the server. The following shows the content of a simple configuration file, referencing only some standard plugins: {{{ /opt/cae/log cae https:/my_server.cinnamon-hosting.de/cinnamon/cinnamon/legacy password true true true }}} Inside the root element, there are three second-level elements: * {{{log}}}, defining the logging behaviour. * {{{tasks}}}, defining the task classes and their configurations (the configuration was replaced with a comment). The same class can be loaded multiple times with a different name. * {{{repository}}}, defining the CAE login information and the task definitions to be applied. In this example, three tasks are loaded and (symbolically) configured, and then they are applied to all objects with the flags {{{metadatachanged}}} or {{{contentchanged}}} set to {{{true}}}. There are no actions for folders nor are there so-called jobs that run independently on any particular objects at a given time.