From ef92a798183c6ed50c43cfcc932f6129e66fb614 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Thu, 7 Apr 2016 07:45:22 -0400 Subject: [PATCH] Updates the publicServerURL option [ci skip] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9980ec65aa..dc8a3258e9 100644 --- a/README.md +++ b/README.md @@ -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