besterd/server.conf

22 lines
412 B
Plaintext

{
"network" : {
"unix" : {
"address" : "besterUNIXSock"
},
"tcp4" : {
"port" : "2228",
"address" : "0.0.0.0"
},
"tcp6" : {
"port" : "2229",
"address" : "::"
}
},
"handlers" : {
"availableTypes" : ["type1"],
"typeMap" : {
"type1" : {"handlerBinary" : "aBin", "unixDomainSocketPath" : "aSock"},
"type2" : {"handlerBinary" : "bBin", "unixDomainSocketPath" : "bSock"}
}
}
}