Open
Description
Enviroment: parse-dashboard 5.0.0 / parse-server 6.0.0
The port in --config dashboard.json
doesn't work, the only way to work is give a particular port with --port:
parse-dashboard --config dashboard.json --port 8080
dashboard.json
{
"apps": [{
"serverURL": "https://server.com/parse",
"appId": "parseserver",
"masterKey": "keykey",
"allowInsecureHTTP": "true",
"port": 8080,
"appName": "BaaS Adhoc"
}]
}
I am not sure port should be place into the root or apps in dashboard.json, but it doesn't works as I have tried both.
Originally posted by @fdddf in #2113 (comment)