Server executing client's requested configuration with the right permissions
[hcoop/domtool2.git] / configDefault / domtool.cfg
index 306eee7..421db04 100644 (file)
@@ -16,3 +16,23 @@ 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"
+
+val certDir = "/home/adamc/fake/certs"
+val keyDir = "/home/adamc/fake/keys"
+