mirror of
https://github.com/besterprotocol/besterd
synced 2023-12-13 21:00:32 +01:00
23 lines
No EOL
450 B
Text
23 lines
No EOL
450 B
Text
{
|
|
"network" : {
|
|
"types" : ["unix", "tcp4", "tcp6"],
|
|
"unix" : {
|
|
"address" : "besterUNIXSock"
|
|
},
|
|
"tcp4" : {
|
|
"port" : "2223",
|
|
"address" : "0.0.0.0"
|
|
},
|
|
"tcp6" : {
|
|
"port" : "2224",
|
|
"address" : "::"
|
|
}
|
|
},
|
|
"handlers" : {
|
|
"availableTypes" : ["type1"],
|
|
"typeMap" : {
|
|
"type1" : {"handlerBinary" : "aBin", "unixDomainSocketPath" : "aSock"},
|
|
"type2" : {"handlerBinary" : "bBin", "unixDomainSocketPath" : "bSock"}
|
|
}
|
|
}
|
|
} |