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

Delta Between Two Patch Sets: .sitescripts.example

Issue 29323033: Issue 2846 - Service for processing Microsoft Edge announcement subscription (Closed)
Left Patch Set: Created July 30, 2015, 1:30 a.m.
Right Patch Set: Rename the ADBLOCKBROWSER_PRODUCT_NAME to DEFAULT_PRODUCT Created Aug. 19, 2015, 3:35 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | sitescripts/submit_email/template/edge_verification.mail » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [DEFAULT] 1 [DEFAULT]
2 root=/server/root/path 2 root=/server/root/path
3 mailer=/usr/sbin/sendmail 3 mailer=/usr/sbin/sendmail
4 mailerDebug=no 4 mailerDebug=no
5 secret=somerandomstringhere 5 secret=somerandomstringhere
6 6
7 [multiplexer] 7 [multiplexer]
8 sitescripts.subscriptions.web.fallback = 8 sitescripts.subscriptions.web.fallback =
9 sitescripts.crashes.web.submitCrash = 9 sitescripts.crashes.web.submitCrash =
10 sitescripts.reports.web.submitReport = 10 sitescripts.reports.web.submitReport =
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 cvsdir=adblockplus/www/easylist 157 cvsdir=adblockplus/www/easylist
158 158
159 [hg] 159 [hg]
160 auth_repository=%(root)s/hg/hgaccess 160 auth_repository=%(root)s/hg/hgaccess
161 auth_file=%(root)s/.ssh/.ssh/authorized_keys 161 auth_file=%(root)s/.ssh/.ssh/authorized_keys
162 162
163 [formmail] 163 [formmail]
164 template=formmail/template/eyeo.mail 164 template=formmail/template/eyeo.mail
165 165
166 [submit_email] 166 [submit_email]
167 filename=%(root)s/logs/email_addresses.txt 167 adblockbrowser_filename=%(root)s/logs/email_addresses.txt
168 edge_filename=%(root)s/logs/edge_email_addresses.txt 168 edge_filename=%(root)s/logs/edge_email_addresses.txt
169 verification_email_template=submit_email/template/verification.mail 169 adblockbrowser_verification_email_template=submit_email/template/verification.ma il
170 edge_verification_email_template=submit_email/template/edge_verification.mail 170 edge_verification_email_template=submit_email/template/edge_verification.mail
171 successful_verification_redirect_location=https://adblockplus.org/{lang}/adblock -browser/verification-success 171 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific ation-success
172 172
173 [notifications] 173 [notifications]
174 repository=%(root)s/hg/notifications 174 repository=%(root)s/hg/notifications
175 output=%(root)s/www/notification.json 175 output=%(root)s/www/notification.json
176 176
177 [filterhitstats] 177 [filterhitstats]
178 interval=3600 178 interval=3600
179 log_dir=/var/log/filterhits 179 log_dir=/var/log/filterhits
180 dbuser=user 180 dbuser=user
181 dbpassword=password 181 dbpassword=password
182 database=db 182 database=db
183 test_dbuser=test_user 183 test_dbuser=test_user
184 test_dbpassword=test_password 184 test_dbpassword=test_password
185 test_database=test_db 185 test_database=test_db
LEFTRIGHT

Powered by Google App Engine
This is Rietveld