Skip to content

Commit

Permalink
Updates the publicServerURL option
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Apr 6, 2016
1 parent 91ace4e commit 708ae2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ var server = ParseServer({
verifyUserEmails: true,
// The public URL of your app.
// This will appear in the link that is used to verify email addresses and reset passwords.
publicServerURL: 'https://example.com',
// Set the mount path as it is in serverURL
publicServerURL: 'https://example.com/parse',
// Your apps name. This will appear in the subject and body of the emails that are sent.
appName: 'Parse App',
// The email adapter
Expand Down

0 comments on commit 708ae2d

Please sign in to comment.