Basic SSL connection going
[hcoop/domtool2.git] / configDefault / domtool.cfg
index 4ea0478..35296fd 100644 (file)
@@ -1,6 +1,6 @@
 val libRoot = "/home/adamc/cvs/domtool2/lib"
 val resultRoot = "/home/adamc/domtool"
 val libRoot = "/home/adamc/cvs/domtool2/lib"
 val resultRoot = "/home/adamc/domtool"
-val tmpDir = "/tmp"
+val tmpDir = "/tmp/domtool"
 
 val cat = "/bin/cat"
 val cp = "/bin/cp"
 
 val cat = "/bin/cat"
 val cp = "/bin/cp"
@@ -13,3 +13,22 @@ val defaultRefresh = 172800
 val defaultRetry = 900
 val defaultExpiry = 1209600
 val defaultMinimum = 3600
 val defaultRetry = 900
 val defaultExpiry = 1209600
 val defaultMinimum = 3600
+
+val nodeIps = [("this", "1.2.3.4")]
+val defaultNode = "this"
+
+val aclFile = "/home/adamc/fake/acl"
+
+val testUser = "adamc"
+
+val defaultDomain = "hcoop.net"
+
+val dispatcher = "localhost"
+val dispatcherPort = 1234
+val queueSize = 5
+
+val bufSize = 1024
+
+val trustStore = "/home/adamc/fake/TrustKey.pem"
+val serverCert = "/home/adamc/fake/servercert.pem"
+val serverKey = "/home/adamc/fake/serverkey.pem"