matrix-appservice-kakaotalk/node
2022-04-23 16:48:23 -04:00
..
src Style updates & minor fixes 2022-04-23 16:48:23 -04:00
.gitignore
example-config.json Add Node config for overwriting socket file if it exists 2022-04-20 23:06:37 -04:00
package-lock.json
package.json
README.md Add Node config for overwriting socket file if it exists 2022-04-20 23:06:37 -04:00

Listen config

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.