diff --git a/server/lib/config.ts b/server/lib/config.ts index 201a08dc..40b1768a 100644 --- a/server/lib/config.ts +++ b/server/lib/config.ts @@ -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.',