]> git.decadent.org.uk Git - dak.git/blob - config/examples/dak.conf
Eliminate all references to apt.conf
[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
18 }