]> git.decadent.org.uk Git - dak.git/blob - examples/katie.conf
Add new top level directories
[dak.git] / examples / katie.conf
1 // Example /etc/katie/katie.conf
2
3 Config
4 {
5   // FQDN hostname
6   auric.debian.org
7   {
8
9     // Optional hostname as it appears in the database (if it differs
10     // from the FQDN hostname).
11     DatbaseHostname     "ftp-master";
12
13     // Optional filename of katie's config file; if not present, this
14     // file is assumed to contain katie config info.
15     KatieConfig         "/org/ftp.debian.org/katie/katie.conf";
16
17     // Optional filename of apt-ftparchive's config file; if not
18     // present, the file is assumed to be 'apt.conf' in the same
19     // directory as this file.
20     AptConfig           "/org/ftp.debian.org/katie/apt.conf";
21   }
22
23 }