File: org.gnome.foundry.gitlab.gschema.xml.in

package info (click to toggle)
foundry 1.1~beta-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,552 kB
  • sloc: ansic: 167,487; xml: 417; makefile: 21; sh: 19; javascript: 10
file content (20 lines) | stat: -rw-r--r-- 772 bytes parent folder | download | duplicates (2)
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>