1
<!-- This snippet was taken out of lib/canonical/config/schema.xml.
2
It defines the configuration options for the trebuchet xmlrpc server. -->
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="-" />
14
<sectiontype name="trebuchet">
15
<key name="dbuser" datatype="string" default="trebuchet" />
17
<key name="port" datatype="port-number" default="4280">
19
Port number Trebuchet listens for XML-RPC requests on.
23
<section name="*" type="trebuchet_server" attribute="server"
28
<!-- This was take from the sectiontype name="canonical" at the end of the file
31
<section name="*" type="trebuchet" attribute="trebuchet" />