Move default environment settings from SML to Domtool
[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
14(* Paths to standard UNIX utilities *)
8df2e702 15val cat : string
d612d62c
AC
16val cp : string
17val diff : string
18val rm : string
7db53a0b 19val echo : string
2bc5ed22
AC
20val grep : string
21val sudo : string
22val domtool_publish : string
6ae327f8 23
e0b0abd2 24(* Names of machines who will receive configuration *)
2ed6d0e5 25val nodeIps : (string * string) list
e0b0abd2 26val defaultNode : string
12adf55a 27
8b84db5b
AC
28val masterNode : string
29val slaveNodes : string list
30
12adf55a
AC
31val aclFile : string
32(* Place to serialize ACL information *)
33
34val testUser : string
8a7c40fa
AC
35
36val defaultDomain : string
559e89e9
AC
37
38val dispatcher : string
07cc384c 39val dispatcherPort : int
36e42cb8 40val slavePort : int
3b267643 41val queueSize : int
07cc384c
AC
42
43val bufSize : int
44
3b267643 45val trustStore : string
aa56e112
AC
46
47val certDir : string
48val keyDir : string
82a0d609 49val serialDir : string
36e42cb8
AC
50
51val dispatcherName : string
97665758 52
be1bea4c
AC
53val dnsNodes_all : string list
54val dnsNodes_admin : string list
bbdf617f
AC
55
56val mailNodes_all : string list
57val mailNodes_admin : string list
1824f573
AC
58
59val domtoolDir : string -> string
998ed174
AC
60
61val worldReadable : string list
563e7792
AC
62
63val publish_reusers : string