Basic client/server thing going on with unencrypted OpenSSL
[hcoop/domtool2.git] / configDefault / domtool.cfs
index e23e55f..43f9f06 100644 (file)
@@ -24,3 +24,16 @@ val defaultMinimum : int
 (* Names of machines who will receive configuration *)
 val nodeIps : (string * string) list
 val defaultNode : string
+
+val aclFile : string
+(* Place to serialize ACL information *)
+
+val testUser : string
+
+val defaultDomain : string
+
+val dispatcher : string
+val dispatcherPort : int
+
+val bufSize : int
+