-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdak-minimal.conf.template
66 lines (57 loc) · 1.1 KB
/
dak-minimal.conf.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Common
{
ThreadCount 1;
};
DB
{
Name "__PGDATABASE__";
// PoolSize should be at least ThreadCount + 1
PoolSize 5;
// MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
MaxOverflow 13;
// should be false for encoding == SQL_ASCII which is highly recommended
Unicode "false"
};
Dinstall
{
SigningHomedir "__DAKBASE__/keyrings/s3kr1t/dot-gnupg";
Options
{
No-Mail "true";
};
MyEmailAddress "Archive Installer <dak@__DAKFQDN__>";
MyAdminAddress "dak@__DAKFQDN__";
MyDistribution "TestDakInstance";
SkipTime 10;
DefaultSuite "unstable";
};
Dir
{
Base "__DAKBASE__";
Root "__DAKBASE__/ftp/";
Pool "__DAKBASE__/ftp/pool/";
Templates "__DAKBASE__/templates/";
Log "__DAKBASE__/log/";
Lock "__DAKBASE__/lock/";
Morgue "__DAKBASE__/morgue/";
Done "__DAKBASE__/done/";
Reject "__DAKBASE__/reject/";
TempPath "__DAKBASE__/tmp/";
};
Rm
{
LogFile "__DAKBASE__/log/removals.txt";
LogFile822 "__DAKBASE__/log/removals.822";
};
Urgency
{
Default "low";
Valid
{
low;
medium;
high;
emergency;
critical;
};
};