Live query defaults reference ParseServer instead of LiverQuery server. (#4613)
* fix workding for live query defaults help * generate the definition file.
This commit is contained in:
committed by
Florent Vilmart
parent
f0674df424
commit
d19ac077b6
@@ -372,7 +372,7 @@ module.exports.LiveQueryServerOptions = {
|
||||
},
|
||||
"port": {
|
||||
"env": "PARSE_LIVE_QUERY_SERVER_PORT",
|
||||
"help": "The port to run the ParseServer. defaults to 1337.",
|
||||
"help": "The port to run the LiveQuery server. Defaults to 1337.",
|
||||
"action": parsers.numberParser("port"),
|
||||
"default": 1337
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user