summaryrefslogtreecommitdiffstats
path: root/Kernel/Config/Files/FakePackageVerification.xml
blob: 7f4e50dcc28d376f7e6d832dc6022767bf5c5f1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<otrs_config version="1.0" init="Config">
    <ConfigItem Name="Cache::Module" Required="1" Valid="1" ConfigLevel="200">
        <Description Translatable="1">Selects the cache backend to use.</Description>
        <Group>Framework</Group>
        <SubGroup>Core::Cache</SubGroup>
        <Setting>
            <Option Location="Kernel/System/Cache/*.pm" SelectedID="Kernel::System::Cache::FakeVerifyFileStorable">
            </Option>
        </Setting>
    </ConfigItem>
</otrs_config>