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.
1 parent 91ace4e commit ef92a79Copy full SHA for ef92a79
README.md
@@ -198,7 +198,8 @@ var server = ParseServer({
198
verifyUserEmails: true,
199
// The public URL of your app.
200
// This will appear in the link that is used to verify email addresses and reset passwords.
201
- publicServerURL: 'https://example.com',
+ // Set the mount path as it is in serverURL
202
+ publicServerURL: 'https://example.com/parse',
203
// Your apps name. This will appear in the subject and body of the emails that are sent.
204
appName: 'Parse App',
205
// The email adapter
0 commit comments