Skip to content

Commit ef92a79

Browse files
committed
Updates the publicServerURL option [ci skip]
1 parent 91ace4e commit ef92a79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ var server = ParseServer({
198198
verifyUserEmails: true,
199199
// The public URL of your app.
200200
// This will appear in the link that is used to verify email addresses and reset passwords.
201-
publicServerURL: 'https://example.com',
201+
// Set the mount path as it is in serverURL
202+
publicServerURL: 'https://example.com/parse',
202203
// Your apps name. This will appear in the subject and body of the emails that are sent.
203204
appName: 'Parse App',
204205
// The email adapter

0 commit comments

Comments
 (0)