I manually created a mongDB and deployed this parse server example example to heroku now I want use Parse dashboard for this using
parse-dashboard --appId yourAppId --masterKey yourMasterKey --serverURL "https://example.com/parse" --appName optionalName
From where can I obtain the parameters mentioned above like appId,masterKey,serverUrl and appName
After running this with default appId, masterKey and appName but heroku serverURL its runs dashboard, but on dashboard page it says "Server not reachable: unable to connect to server"
From where can I obtain the parameters mentioned above like appId,masterKey,serverUrl and appName
Why is the server unreachable??