mirror of
https://github.com/fergalmoran/Quartzmin.git
synced 2025-12-27 20:10:44 +00:00
11 lines
521 B
XML
11 lines
521 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="quartz" type="System.Configuration.NameValueFileSectionHandler" />
|
|
</configSections>
|
|
<quartz>
|
|
<add key="quartz.plugin.recentHistory.type" value="Quartz.Plugins.RecentHistory.ExecutionHistoryPlugin, Quartz.Plugins.RecentHistory" />
|
|
<add key="quartz.plugin.recentHistory.storeType" value="Quartz.Plugins.RecentHistory.Impl.InProcExecutionHistoryStore, Quartz.Plugins.RecentHistory" />
|
|
</quartz>
|
|
</configuration>
|