Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .sitescripts.example

Issue 29323033: Issue 2846 - Service for processing Microsoft Edge announcement subscription (Closed)
Patch Set: Rename the ADBLOCKBROWSER_PRODUCT_NAME to DEFAULT_PRODUCT Created Aug. 19, 2015, 3:35 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/submit_email/template/edge_verification.mail » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .sitescripts.example
===================================================================
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -164,9 +164,11 @@
template=formmail/template/eyeo.mail
[submit_email]
-filename=%(root)s/logs/email_addresses.txt
-verification_email_template=submit_email/template/verification.mail
-successful_verification_redirect_location=https://adblockplus.org/{lang}/adblock-browser/verification-success
+adblockbrowser_filename=%(root)s/logs/email_addresses.txt
+edge_filename=%(root)s/logs/edge_email_addresses.txt
+adblockbrowser_verification_email_template=submit_email/template/verification.mail
+edge_verification_email_template=submit_email/template/edge_verification.mail
+successful_verification_redirect_location=https://adblockplus.org/{lang}/verification-success
[notifications]
repository=%(root)s/hg/notifications
« no previous file with comments | « no previous file | sitescripts/submit_email/template/edge_verification.mail » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld