fixes env:PORT
This commit is contained in:
@@ -10,7 +10,7 @@ export default {
|
|||||||
required: true
|
required: true
|
||||||
},
|
},
|
||||||
"port": {
|
"port": {
|
||||||
port: "PORT",
|
env: "PORT",
|
||||||
help: "The port to run the ParseServer. defaults to 1337.",
|
help: "The port to run the ParseServer. defaults to 1337.",
|
||||||
default: 1337,
|
default: 1337,
|
||||||
action: function(opt) {
|
action: function(opt) {
|
||||||
|
|||||||
Reference in New Issue
Block a user