updated readme

This commit is contained in:
Daniel Sommer 2022-04-06 09:59:19 +02:00
parent 9d52b870d4
commit 746b39e1e8

View file

@ -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