26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="roster">
|
|
<schema id="cz.bugsy.roster" path="/cz/bugsy/roster/">
|
|
<key name="force-tls-verification" type="b">
|
|
<default>true</default>
|
|
<summary>Force TLS verification</summary>
|
|
<description>When enabled, TLS certificates will be verified. Disable to test endpoints with self-signed or invalid certificates.</description>
|
|
</key>
|
|
<key name="request-timeout" type="i">
|
|
<default>30</default>
|
|
<summary>Request timeout</summary>
|
|
<description>Timeout for HTTP requests in seconds</description>
|
|
</key>
|
|
<key name="backup-folder" type="s">
|
|
<default>''</default>
|
|
<summary>Backup folder path</summary>
|
|
<description>Path to the folder where project data is exported as a backup</description>
|
|
</key>
|
|
<key name="backup-auto-export" type="b">
|
|
<default>false</default>
|
|
<summary>Auto-export on save</summary>
|
|
<description>Automatically export project data to the backup folder after each save</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|