]> git.decadent.org.uk Git - dak.git/blobdiff - tests/fixtures/dak.conf
Create temp directory at the preferred location.
[dak.git] / tests / fixtures / dak.conf
index a2d7d28b360ca6269d774e34a16b290bd66e5b5a..3a728f78c1a0911ae74cb62fbab32b32a5a60d66 100644 (file)
@@ -21,6 +21,8 @@ Component
 Dir
 {
   Root "tests/fixtures/ftp/";
+  Pool "/srv/ftp-master.debian.org/ftp/pool/";
+  TempPath "/tmp";
 };
 
 DB
@@ -28,5 +30,6 @@ DB
   Name "test_projectb";
   Host "";
   Port -1;
+  Unicode false;
 };