besterd/server.conf

13 lines
283 B
Plaintext

{
"network" : {
"port" : 2223,
"address" : "0.0.0.0"
},
"handlers" : {
"availableTypes" : ["type1"],
"typeMap" : {
"type1" : {"handlerBinary" : "aBin", "unixDomainSocketPath" : "aSock"},
"type2" : {"handlerBinary" : "bBin", "unixDomainSocketPath" : "bSock"}
}
}
}