updated readme
This commit is contained in:
parent
9d52b870d4
commit
746b39e1e8
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ node input watcher
|
||||||
|
|
||||||
configuration is done entirely within the file `config.json`.
|
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*]
|
### log: [*object*]
|
||||||
- level: [*string*] verbosity of the log; either `debug`, `info`, `warning` or `error`
|
- 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
|
- timestamp: [*string*] format string for the timestamp; review [moment.js](https://momentjs.com/docs/#/displaying/format/) for further information
|
||||||
|
|
Loading…
Reference in a new issue