diff --git a/server.conf b/server.conf index b015ce6..91b55a5 100644 --- a/server.conf +++ b/server.conf @@ -1,13 +1,13 @@ { "network" : { - "port" : 2222, + "port" : 2223, "address" : "0.0.0.0" }, "handlers" : { "availableTypes" : ["type1"], "typeMap" : { - "type1" : {}, - "type2" : {} + "type1" : {"handlerBinary" : "aBin", "unixDomainSocketPath" : "aSock"}, + "type2" : {"handlerBinary" : "bBin", "unixDomainSocketPath" : "bSock"} } } } \ No newline at end of file