Basic SSL connection going
[hcoop/domtool2.git] / configDefault / domtool.cfg
index 529ec7b..35296fd 100644 (file)
@@ -22,3 +22,13 @@ val aclFile = "/home/adamc/fake/acl"
 val testUser = "adamc"
 
 val defaultDomain = "hcoop.net"
 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"