fixes env:PORT

This commit is contained in:
Florent Vilmart
2016-03-11 19:27:57 -05:00
parent 2e618f4258
commit 5ef12b55b4

View File

@@ -10,7 +10,7 @@ export default {
required: true
},
"port": {
port: "PORT",
env: "PORT",
help: "The port to run the ParseServer. defaults to 1337.",
default: 1337,
action: function(opt) {