mirror of
https://github.com/edumeet/edumeet.git
synced 2026-08-03 08:12:09 +00:00
adjusted docs
This commit is contained in:
parent
086adbd207
commit
a19cc4ad86
1 changed files with 2 additions and 2 deletions
|
|
@ -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.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue