besterd/server.conf

26 lines
514 B
Plaintext

{
"network" : {
"types" : ["unix", "tcp4", "tcp6"],
"unix" : {
"address" : "besterUNIXSock"
},
"tcp4" : {
"port" : "2223",
"address" : "0.0.0.0"
},
"tcp6" : {
"port" : "2224",
"address" : "::"
}
},
"handlers" : {
"availableTypes" : ["type1", "type2"],
"typeMap" : {
"type1" : {"handlerBinary" : "./testing/unixSock.py", "unixDomainSocketPath" : "aSock"},
"type2" : {"handlerBinary" : "./testing/unixSock2.py", "unixDomainSocketPath" : "bSock"}
}
},
"admin" : {
}
}