Last push

This commit is contained in:
Tristan B. Kildaire 2020-04-18 21:02:42 +02:00
parent 46cda63518
commit e2074191f0
1 changed files with 3 additions and 3 deletions

View File

@ -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"}
}
}
}