]> git.decadent.org.uk Git - dak.git/blob - config/examples/dak.conf
a47c5c03c917f417c9b080c7ac4a325f9c4205e7
[dak.git] / config / examples / dak.conf
1 // Example /etc/dak/dak.conf
2
3 Config
4 {
5   // FQDN hostname
6   raff.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 dak's config file; if not present, this
14     // file is assumed to contain dak config info.
15     DakConfig           "/org/ftp.debian.org/dak/config/debian/dak.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/dak/config/debian/apt.conf";
21   }
22
23 }