matrix-appservice-kakaotalk/node/README.md

5 lines
234 B
Markdown
Raw Normal View History

2022-03-13 00:57:45 -05: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.
2022-03-13 00:57:45 -05:00
If `type` is `tcp`, `port` and `host` are the host/port where to listen.