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" : { "network" : {
"port" : 2222, "port" : 2223,
"address" : "0.0.0.0" "address" : "0.0.0.0"
}, },
"handlers" : { "handlers" : {
"availableTypes" : ["type1"], "availableTypes" : ["type1"],
"typeMap" : { "typeMap" : {
"type1" : {}, "type1" : {"handlerBinary" : "aBin", "unixDomainSocketPath" : "aSock"},
"type2" : {} "type2" : {"handlerBinary" : "bBin", "unixDomainSocketPath" : "bSock"}
} }
} }
} }