Skip to content

Commit 41f99ba

Browse files
flovilmartRafael Santos
authored andcommitted
1 parent e9dfb68 commit 41f99ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/definitions/parse-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export default {
201201
action: booleanParser
202202
},
203203
"cluster": {
204-
env: PARSE_SERVER_CLUSTER,
204+
env: "PARSE_SERVER_CLUSTER",
205205
help: "Run with cluster, optionally set the number of processes default to os.cpus().length",
206206
action: numberOrBoolParser("cluster")
207207
},

0 commit comments

Comments
 (0)