= 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 Open Source 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.