onion.net Render Engine Configuration file

<configuration>
<configSections>
<sectionGroup name="onion">
<section name="renderengine" type="Onion.RenderEngine.Configuration.RenderEngineConfigurationHandler, Onion.RenderEngine.Impl" />
<section name="renderengine.web" type="Onion.RenderEngine.Web.Configuration.WebConfigurationHandler, Onion.RenderEngine.Web" />
</sectionGroup>
</configSections>
<onion>
<renderengine.web singleton="true" sessionBasedContext="true" />
<renderengine>
<xsltRepository type="Onion.RenderEngine.XsltRepository.OnionDataSourceXsltRepository, Onion.RenderEngine.Impl">
<rootFolders autoConfiguration="/Webserversettings/Preview" />
</xsltRepository>
<modules>
<module type="Onion.RenderEngine.Extensions.CoreModule, Onion.RenderEngine.Impl" />
</modules>
<dataSources>
<source xlinkPrefix="onion" type="Onion.RenderEngine.DataSource.OnionDataSource, Onion.RenderEngine.DataSource">
<onionServer url="tcp://localhost:8087/onion/server" username="webserver" password="webserver">
<application username="webapplication" password="webapplication" />
</onionServer>
</source>
</dataSources>
<cacheSettings>
<resources lruMaximumCapacity="100000" storageType="memory" invalidationMode="remove">
<dataSource prefix="onion" lruValueCapacity="40000" lruMaximumCapacity="100000" storageType="memorydom" invalidationMode="recomputeIfDependants" />
</resources>
<output>
<literal lruValueCapacity="50000" lruMaximumCapacity="100000" />
<xml lruValueCapacity="2500" lruMaximumCapacity="5000" />
<binary lruValueCapacity="250000" lruMaximumCapacity="500000" />
</output>
</cacheSettings>
<uriFormat staticFormatterPath="/renderengine/binary.ashx/data" staticParserPath="/renderengine/binary.ashx/data">
<builder type="Onion.RenderEngine.DataSource.OnionUriPathFormat, Onion.RenderEngine.DataSource">
<format literal-path="/renderengine/page.ashx" binary-path="/renderengine/binary.ashx" />
</builder>
<parser type="Onion.RenderEngine.DataSource.OnionUriPathFormat, Onion.RenderEngine.DataSource" />
</uriFormat>
<storage rootFolder="c:\cache\web" clusters="4" />
</renderengine>
</onion>
<system.web>
<httpHandlers>
<add verb="*" path="page.ashx" type="Onion.RenderEngine.Web.WebPageHttpHandler, Onion.RenderEngine.Web" />
<add verb="GET, HEAD" path="binary.ashx" type="Onion.RenderEngine.Web.BinaryHttpHandler, Onion.RenderEngine.Web" />
</httpHandlers>
<httpModules>
<add type="Onion.Common.OnionVersioningPolicyModule, Onion.Common" name="versioningPolicy" />
<add type="Onion.RenderEngine.Web.RenderEngineWebModule, Onion.RenderEngine.Web" name="RenderEngineModule" />
</httpModules>
<compilation defaultLanguage="c#" debug="false" />
</system.web>
</configuration>