mysql: revoke permissions when dropping database
[hcoop/domtool2.git] / configDefault / domtool.cfs
index 4cf7fee..aea7f33 100644 (file)
@@ -13,15 +13,9 @@ val tmpDir : string
 
 val domtool_publish : string
 
-(* DNS SOA parameter defaults *)
-val defaultNs : string
-val defaultRefresh : int
-val defaultRetry : int
-val defaultExpiry : int
-val defaultMinimum : int
-
 (* Names of machines who will receive configuration *)
-val nodeIps : (string * string) list
+(* This should be a record type instead of a list *)
+val nodeIps : (string * string * string) list
 val dispatcherName : string
 
 val aclFile : string