]> git.decadent.org.uk Git - dak.git/blob - tests/fixtures/dak.conf
Move test case for extract_component to be a db test
[dak.git] / tests / fixtures / dak.conf
1 Dir
2 {
3   Root "tests/fixtures/ftp/";
4   Pool "/srv/ftp-master.debian.org/ftp/pool/";
5   TempPath "/tmp";
6 };
7
8 DB
9 {
10   Name "test_projectb";
11   Host "";
12   Port -1;
13   Unicode false;
14 };
15