We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b71c015 + 09fc27a commit ea5c626Copy full SHA for ea5c626
index.js
@@ -15,7 +15,7 @@ var api = new ParseServer({
15
cloud: process.env.CLOUD_CODE_MAIN || __dirname + '/cloud/main.js',
16
appId: process.env.APP_ID || 'myAppId',
17
masterKey: process.env.MASTER_KEY || '', //Add your master key here. Keep it secret!
18
- serverURL: process.env.SERVER_URL || 'http://localhost:1337' // Don't forget to change to https if needed
+ serverURL: process.env.SERVER_URL || 'http://localhost:1337/parse' // Don't forget to change to https if needed
19
});
20
// Client-keys like the javascript key or the .NET key are not necessary with parse-server
21
// If you wish you require them, you can set them as options in the initialization above:
0 commit comments