1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.gnome.foundry.gitlab" path="/org/gnome/foundry/gitlab/" gettext-domain="foundry">
<key name="host" type="s">
<default>''</default>
<summary>GitLab Host</summary>
<description>The GitLab host to connect to for forge operations</description>
</key>
<key name="port" type="u">
<default>443</default>
<summary>Port</summary>
<description>The port the Gitlab API service is running on</description>
</key>
<key name="base-path" type="s">
<default>'/'</default>
<summary>GitLab URL Base Path</summary>
<description>The base URL path used to route HTTPS requests for the GitLab forge</description>
</key>
</schema>
</schemalist>
|