boostrap: fail on error, create cert for local machine
[hcoop/domtool2.git] / configDefault / domtool.cfs
CommitLineData
d189ec0e
AC
1val libRoot : string
2(* Basis library root directory *)
095de39e
AC
3
4val resultRoot : string
5(* Root directory for a directory hierarchy corresponding to domain structure,
6 * where each node contains Domtool-generated result files for that domain. *)
d189ec0e 7
1638d5a2
AC
8val oldResultRoot : string
9(* Save an old copy for differencing *)
10
d612d62c
AC
11val tmpDir : string
12(* Filesystem location for creating temporary directories *)
13
2bc5ed22 14val domtool_publish : string
6ae327f8
AC
15
16(* DNS SOA parameter defaults *)
17val defaultNs : string
18val defaultRefresh : int
19val defaultRetry : int
20val defaultExpiry : int
21val defaultMinimum : int
e0b0abd2
AC
22
23(* Names of machines who will receive configuration *)
2ed6d0e5 24val nodeIps : (string * string) list
e0b0abd2 25val defaultNode : string
12adf55a
AC
26
27val aclFile : string
28(* Place to serialize ACL information *)
29
30val testUser : string
8a7c40fa
AC
31
32val defaultDomain : string
559e89e9
AC
33
34val dispatcher : string
07cc384c 35val dispatcherPort : int
36e42cb8 36val slavePort : int
3b267643 37val queueSize : int
07cc384c
AC
38
39val bufSize : int
40
3b267643 41val trustStore : string
aa56e112
AC
42
43val certDir : string
44val keyDir : string
2c4e2cf3 45val caDir : string
36e42cb8
AC
46
47val dispatcherName : string
97665758 48
be1bea4c
AC
49val dnsNodes_all : string list
50val dnsNodes_admin : string list
bbdf617f
AC
51
52val mailNodes_all : string list
53val mailNodes_admin : string list
1824f573
AC
54
55val domtoolDir : string -> string
998ed174
AC
56
57val worldReadable : string list
563e7792
AC
58
59val publish_reusers : string
841c836a
CE
60
61include CONFIG_CORE