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

Delta Between Two Patch Sets: .sitescripts.example

Issue 5177883412660224: Issue 2234 - Add a WSGI controller to collect email addresses for the Adblock Browser iOS launch (Closed)
Left Patch Set: Addressed comment Created April 23, 2015, 2:47 p.m.
Right Patch Set: URL-encode language before inserting into URL Created April 28, 2015, 10:50 a.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
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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 [hg] 158 [hg]
159 auth_repository=%(root)s/hg/hgaccess 159 auth_repository=%(root)s/hg/hgaccess
160 auth_file=%(root)s/.ssh/.ssh/authorized_keys 160 auth_file=%(root)s/.ssh/.ssh/authorized_keys
161 161
162 [formmail] 162 [formmail]
163 template=formmail/template/eyeo.mail 163 template=formmail/template/eyeo.mail
164 164
165 [submit_email] 165 [submit_email]
166 filename=%(root)s/logs/email_addresses.txt 166 filename=%(root)s/logs/email_addresses.txt
167 verification_email_template=submit_email/template/verification.mail 167 verification_email_template=submit_email/template/verification.mail
168 successful_verification_redirect_location=https://adblockplus.org/en/adblock-bro wser/verification-success 168 successful_verification_redirect_location=https://adblockplus.org/{lang}/adblock -browser/verification-success
169 failed_verification_redirect_location=https://adblockplus.org/en/adblock-browser /verification-not-valid
170 169
171 [notifications] 170 [notifications]
172 repository=%(root)s/hg/notifications 171 repository=%(root)s/hg/notifications
173 output=%(root)s/www/notification.json 172 output=%(root)s/www/notification.json
174 173
175 [filterhitstats] 174 [filterhitstats]
176 interval=3600 175 interval=3600
177 log_dir=/var/log/filterhits 176 log_dir=/var/log/filterhits
178 dbuser=user 177 dbuser=user
179 dbpassword=password 178 dbpassword=password
180 database=db 179 database=db
181 test_dbuser=test_user 180 test_dbuser=test_user
182 test_dbpassword=test_password 181 test_dbpassword=test_password
183 test_database=test_db 182 test_database=test_db
LEFTRIGHT

Powered by Google App Engine
This is Rietveld