besterd/server.conf

23 lines
450 B
Plaintext

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