2022-03-13 00:57:45 -05:00
|
|
|
### Listen config
|
2022-04-20 23:06:37 -04:00
|
|
|
If `type` is `unix`, `path` is the path where to create the socket, and `force` is whether to overwrite the socket file if it already exists.
|
2022-03-13 00:57:45 -05:00
|
|
|
|
|
|
|
If `type` is `tcp`, `port` and `host` are the host/port where to listen.
|
2022-05-10 01:08:20 -04:00
|
|
|
|
2022-05-15 22:17:28 -04:00
|
|
|
### Register timeout config
|
2022-05-10 01:08:20 -04:00
|
|
|
`register_timeout` is the amount of time (in milliseconds) that a connecting peer must send a "register" command after initiating a connection.
|
2022-05-15 22:17:28 -04:00
|
|
|
|
|
|
|
### Logging config
|
|
|
|
`logging_keys` specifies which properties of RPC request & response objects to print in logs. Optional.
|
2022-05-16 00:10:08 -04:00
|
|
|
|
|
|
|
A special-case logging key for responses is `value`, which enables logging responses that are primitives instead of objects.
|