From 746b39e1e8a67ac7253d2ac6219df43e28cb33f8 Mon Sep 17 00:00:00 2001 From: velvettear Date: Wed, 6 Apr 2022 09:59:19 +0200 Subject: [PATCH] updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 14dfe08..24ef8d3 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ node input watcher configuration is done entirely within the file `config.json`. +### server: [*object*] +- address: [*string*] server address to listen on (`0.0.0.0` to listen on all interfaces) +- port: [*number*] port to listen on + ### log: [*object*] - level: [*string*] verbosity of the log; either `debug`, `info`, `warning` or `error` - timestamp: [*string*] format string for the timestamp; review [moment.js](https://momentjs.com/docs/#/displaying/format/) for further information