Basic SSL connection going
[hcoop/domtool2.git] / configDefault / domtool.cfg
index 0246f2a..35296fd 100644 (file)
@@ -23,4 +23,12 @@ val testUser = "adamc"
 
 val defaultDomain = "hcoop.net"
 
 
 val defaultDomain = "hcoop.net"
 
-val dispatcher = "localhost:1234"
+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"