Remove Config.{dispatcher,defaultNode}
[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
201b83c7 25val dispatcherName : string
12adf55a
AC
26
27val aclFile : string
28(* Place to serialize ACL information *)
29
30val testUser : string
8a7c40fa
AC
31
32val defaultDomain : string
559e89e9 33
07cc384c 34val dispatcherPort : int
36e42cb8 35val slavePort : int
3b267643 36val queueSize : int
07cc384c
AC
37
38val bufSize : int
39
3b267643 40val trustStore : string
aa56e112
AC
41
42val certDir : string
43val keyDir : string
2c4e2cf3 44val caDir : string
36e42cb8 45
be1bea4c
AC
46val dnsNodes_all : string list
47val dnsNodes_admin : string list
bbdf617f
AC
48
49val mailNodes_all : string list
50val mailNodes_admin : string list
1824f573
AC
51
52val domtoolDir : string -> string
998ed174
AC
53
54val worldReadable : string list
563e7792
AC
55
56val publish_reusers : string
841c836a
CE
57
58include CONFIG_CORE