|
2 days ago | |
---|---|---|
.. | ||
src | 2 days ago | |
.dockerignore | 2 weeks ago | |
.gitignore | 3 months ago | |
Dockerfile | 3 weeks ago | |
README.md | 2 days ago | |
docker-run.sh | 3 weeks ago | |
example-config-docker.json | 3 days ago | |
example-config.json | 3 days ago | |
package-lock.json | 1 month ago | |
package.json | 3 months ago |
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.
If type
is tcp
, port
and host
are the host/port where to listen.
register_timeout
is the amount of time (in milliseconds) that a connecting peer must send a "register" command after initiating a connection.
logging_keys
specifies which properties of RPC request & response objects to print in logs. Optional.
A special-case logging key for responses is value
, which enables logging responses that are primitives instead of objects.