Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var api = new ParseServer({
javascriptKey: process.env.JAVASCRIPT_KEY || 'javascriptKey',
push: pushConfig,
filesAdapter: filesAdapter,
serverURL: process.env.SERVER_URL // needed for Parse Cloud and push notifications
serverURL: process.env.SERVER_URL || 'http://localhost/parse' // needed for Parse Cloud and push notifications
});
// Client-keys like the javascript key or the .NET key are not necessary with parse-server
// If you wish you require them, you can set them as options in the initialization above:
Expand Down