26 lines
995 B
XML
Executable File
26 lines
995 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/trunk/src/Core/System/SystemConfig/Schema/config.xsd">
|
|
|
|
<card>
|
|
<title>Minimal configuration</title>
|
|
|
|
<input-field type="int">
|
|
<name>maxDumps</name>
|
|
<label>Maximum allowed dumps to exist</label>
|
|
<defaultValue>6</defaultValue>
|
|
</input-field>
|
|
<input-field type="int">
|
|
<name>retantionDays</name>
|
|
<label>How many Days the dumps kept in the Storage. 0 Means unlimited</label>
|
|
<defaultValue>0</defaultValue>
|
|
</input-field>
|
|
<input-field type="text">
|
|
<name>dumpBinaryName</name>
|
|
<label>Name of the mysqldump/mariadb-dump binary to look up on PATH (e.g. if your distro renamed it). Leave empty to auto-detect.</label>
|
|
</input-field>
|
|
</card>
|
|
|
|
</config>
|