Andrew Ferrazzutti
27b2c15ad3
- Move config from Python to Node - Also log responses - Only log request/response object properties in Node, as logging them in both Node and Python is redundant - Error-out if Node listen config is missing - For convenience, make PeerClient copy setting properties from ClientManager instead of referencing them
13 lines
212 B
JSON
13 lines
212 B
JSON
{
|
|
"listen": {
|
|
"type": "unix",
|
|
"path": "/var/run/matrix-appservice-kakaotalk/rpc.sock",
|
|
"force": false
|
|
},
|
|
"register_timeout": 3000,
|
|
"logging_keys": {
|
|
"request": ["mxid"],
|
|
"response": ["status"]
|
|
}
|
|
}
|