In all the tutorials I find about migrating Parse there is mention of the application ID and master key. I am trying to create a new, empty mLab database and connect to it with a new install of Parse on my local machine, but I fail every time because Parse is failing to authenticate with the mongo DB.
This tutorial describes configuring the Application ID: https://www.raywenderlich.com/128313/parse-server-tutorial
How do I configure a local instance of Parse to connect to a new mLab database without an Application ID?