Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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 = |
11 sitescripts.reports.web.updateReport = | 11 sitescripts.reports.web.updateReport = |
12 sitescripts.reports.web.showDigest = | 12 sitescripts.reports.web.showDigest = |
13 sitescripts.reports.web.showUser = | 13 sitescripts.reports.web.showUser = |
14 sitescripts.formmail.web.formmail = | 14 sitescripts.formmail.web.formmail = |
15 sitescripts.formsubscribe.web.formsubscribe = | 15 sitescripts.submit_email.web.submit_email = |
16 sitescripts.crawler.web.crawler = | 16 sitescripts.crawler.web.crawler = |
17 sitescripts.urlfixer.web.submitData = | 17 sitescripts.urlfixer.web.submitData = |
18 sitescripts.extensions.web.downloads = | 18 sitescripts.extensions.web.downloads = |
kzar
2015/04/05 15:45:14
I think you might need to rebase this, there shoul
Sebastian Noack
2015/04/05 17:07:01
I know, but this is the only file who were changed
| |
19 sitescripts.filterhits.web.submit = | |
20 sitescripts.filterhits.web.query = | |
19 | 21 |
20 [subscriptions] | 22 [subscriptions] |
21 repository=%(root)s/hg/subscriptionlist | 23 repository=%(root)s/hg/subscriptionlist |
22 statusTemplate=subscriptions/template/status.html | 24 statusTemplate=subscriptions/template/status.html |
23 statusPage=%(root)s/www/subscriptionStatus.html | 25 statusPage=%(root)s/www/subscriptionStatus.html |
24 reportTemplate=subscriptions/template/report.mail | 26 reportTemplate=subscriptions/template/report.mail |
25 recommendationsTemplate=subscriptions/template/recommendations.xml | 27 recommendationsTemplate=subscriptions/template/recommendations.xml |
26 recommendationsFile=%(root)s/www/recommendations.xml | 28 recommendationsFile=%(root)s/www/recommendations.xml |
27 subscriptionsXMLTemplate=subscriptions/template/subscriptions.xml | 29 subscriptionsXMLTemplate=subscriptions/template/subscriptions.xml |
28 subscriptionsXMLFile=%(root)s/www/subscriptions.xml | 30 subscriptionsXMLFile=%(root)s/www/subscriptions.xml |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
153 cvsroot=:pserver:guest@mozdev.org:/cvs | 155 cvsroot=:pserver:guest@mozdev.org:/cvs |
154 cvsdir=adblockplus/www/easylist | 156 cvsdir=adblockplus/www/easylist |
155 | 157 |
156 [hg] | 158 [hg] |
157 auth_repository=%(root)s/hg/hgaccess | 159 auth_repository=%(root)s/hg/hgaccess |
158 auth_file=%(root)s/.ssh/.ssh/authorized_keys | 160 auth_file=%(root)s/.ssh/.ssh/authorized_keys |
159 | 161 |
160 [formmail] | 162 [formmail] |
161 template=formmail/template/eyeo.mail | 163 template=formmail/template/eyeo.mail |
162 | 164 |
163 [formsubscribe] | 165 [submit_email] |
164 file=%(root)s/logs/email_addresses.txt | 166 filename=%(root)s/logs/email_addresses.txt |
165 | 167 verification_email_template=submit_email/template/verification.mail |
166 [externalFiles] | 168 successful_verification_redirect_location=https://adblockplus.org/{lang}/adblock -browser/verification-success |
167 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1 | |
168 example_targetrepository=%(root)s/hg/adblockpluschrome | |
169 example_targetfile=third-party/publicSuffixList.txt | |
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 |
173 | |
174 [filterhitstats] | |
175 interval=3600 | |
176 log_dir=/var/log/filterhits | |
177 dbuser=user | |
178 dbpassword=password | |
179 database=db | |
180 test_dbuser=test_user | |
181 test_dbpassword=test_password | |
182 test_database=test_db | |
LEFT | RIGHT |