mysql: revoke permissions when dropping database
[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 15
e0b0abd2 16(* Names of machines who will receive configuration *)
c23af445
CE
17(* This should be a record type instead of a list *)
18val nodeIps : (string * string * string) list
201b83c7 19val dispatcherName : string
12adf55a
AC
20
21val aclFile : string
22(* Place to serialize ACL information *)
23
24val testUser : string
8a7c40fa
AC
25
26val defaultDomain : string
559e89e9 27
07cc384c 28val dispatcherPort : int
36e42cb8 29val slavePort : int
3b267643 30val queueSize : int
07cc384c
AC
31
32val bufSize : int
33
3b267643 34val trustStore : string
aa56e112
AC
35
36val certDir : string
37val keyDir : string
2c4e2cf3 38val caDir : string
36e42cb8 39
be1bea4c
AC
40val dnsNodes_all : string list
41val dnsNodes_admin : string list
bbdf617f
AC
42
43val mailNodes_all : string list
44val mailNodes_admin : string list
1824f573
AC
45
46val domtoolDir : string -> string
998ed174
AC
47
48val worldReadable : string list
563e7792
AC
49
50val publish_reusers : string
841c836a
CE
51
52include CONFIG_CORE