Basic client/server thing going on with unencrypted OpenSSL
[hcoop/domtool2.git] / configDefault / domtool.cfs
index 87c679e..43f9f06 100644 (file)
@@ -20,3 +20,20 @@ val defaultRefresh : int
 val defaultRetry : int
 val defaultExpiry : int
 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
+