adjusted docs

This commit is contained in:
Vittorio Palmisano 2021-05-14 14:04:45 +02:00
parent 086adbd207
commit a19cc4ad86

View file

@ -153,9 +153,9 @@ const configSchema = convict({
}
},
listeningHost : {
doc : 'The listening Host or IP address. If omitted listens on every IP. ("0.0.0.0" and "::").',
doc : 'The listening Host or IP address.',
format : String,
default : ''
default : '0.0.0.0'
},
listeningPort : {
doc : 'The HTTPS listening port.',