I finished building a Parse Server on Parse Platform. In my old Parse App, I utilize this REST API library for NodeJS
How should I configure (in Parse initialization or Parse library module) to send REST request to this newly built Parse Server. For example, configuration of my Parse Server contains:
{
"appId": my_app_id,
"masterKey": my_master_key,
"port": "1337",
"serverURL": my_server_url,
"publicServerURL": my_server_url,
"mountPath": "/parse",
"databaseURI": my_database_uri"
}