From e2074191f0bcbf548405e3972ed5bb959fb7b16c Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 18 Apr 2020 21:02:42 +0200 Subject: [PATCH] Last push --- server.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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