Skip to content

Commit 5ef12b5

Browse files
committed
fixes env:PORT
1 parent 2e618f4 commit 5ef12b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/cli-definitions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
required: true
1111
},
1212
"port": {
13-
port: "PORT",
13+
env: "PORT",
1414
help: "The port to run the ParseServer. defaults to 1337.",
1515
default: 1337,
1616
action: function(opt) {

0 commit comments

Comments
 (0)