~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/not-used/hctapi/schema.xml

merge from rf

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- This snippet was taken out of lib/canonical/config/schema.xml.
 
2
     It defines the configuration options for the trebuchet xmlrpc server. -->
 
3
 
 
4
    <sectiontype name="trebuchet_server">
 
5
        <!-- Not 'existing-directory' because the test runner needs to
 
6
        create it. Not 'existing-dirpath' because ZConfig will enforce it
 
7
        for all sections, not just the one we are using -->
 
8
        <key name="root" datatype="string" required="yes" />
 
9
        <key name="launch" datatype="boolean" required="no" default="no" />
 
10
        <key name="spew" datatype="boolean" required="no" default="no" />
 
11
        <key name="logfile" datatype="string" required="no" default="-" />
 
12
    </sectiontype>
 
13
 
 
14
    <sectiontype name="trebuchet">
 
15
        <key name="dbuser" datatype="string" default="trebuchet" />
 
16
 
 
17
        <key name="port" datatype="port-number" default="4280">
 
18
            <description>
 
19
                Port number Trebuchet listens for XML-RPC requests on.
 
20
            </description>
 
21
        </key>
 
22
 
 
23
        <section name="*" type="trebuchet_server" attribute="server"
 
24
            required="no" />
 
25
    </sectiontype>
 
26
 
 
27
 
 
28
<!-- This was take from the sectiontype name="canonical" at the end of the file
 
29
     -->
 
30
 
 
31
        <section name="*" type="trebuchet" attribute="trebuchet" />