/[pupa]/bugcomm/sample.conf
ViewVC logotype

Diff of /bugcomm/sample.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by okuji, Thu Jul 25 14:09:39 2002 UTC revision 1.2 by okuji, Thu Aug 8 16:39:06 2002 UTC
# Line 1  Line 1 
1  <?xml version="1.0"?>  <?xml version="1.0"?>
2    
3    <!-- The configuration for BugCommunicator.  -->
4  <bugcomm>  <bugcomm>
5    
6      <!-- BugCommunicator server information.  -->
7    <server>    <server>
8        
9        <!-- The host on which the server runs.  -->
10      <host>localhost</host>      <host>localhost</host>
11        
12        <!-- The port number to which the server listens to.  -->
13      <port>8844</port>      <port>8844</port>
14        
15    </server>    </server>
16    
17      <!-- BugCommunicator mail client information.  -->
18    <mail>    <mail>
19    
20        <!-- The canonical mail address.  -->
21      <address>bugs@foobar.com</address>      <address>bugs@foobar.com</address>
22    
23        <!-- The SMTP server.  -->
24      <smtphost>mail.foobar.com</smtphost>      <smtphost>mail.foobar.com</smtphost>
25    
26        <!-- Mail addresses of site administrators.  -->
27      <administrator>admin@foobar.com</administrator>      <administrator>admin@foobar.com</administrator>
28        <administrator>admin2@foobar.com</administrator>
29        
30    </mail>    </mail>
31    
32      <!-- BugCommunicator www client information.  -->
33      <www>
34    
35        <!-- The URL of the CGI client.  -->
36        <url>http://www.foobar.com/cgi-bin/bugcomm.cgi</url>
37        
38      </www>
39    
40      <!-- Database information used as a backend.  -->
41    <database>    <database>
42    
43        <!-- The database host.  -->
44      <host>localhost</host>      <host>localhost</host>
45    
46        <!-- The database name.  -->
47      <name>bugcomm</name>      <name>bugcomm</name>
48    
49        <!-- The database user name.  -->
50      <user>bugcomm</user>      <user>bugcomm</user>
51        
52    </database>    </database>
53      
54  </bugcomm>  </bugcomm>

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26