OLD | NEW |
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] |
| 8 sitescripts.subscriptions.web.fallback = |
| 9 sitescripts.crashes.web.submitCrash = |
| 10 sitescripts.reports.web.submitReport = |
| 11 sitescripts.reports.web.updateReport = |
| 12 sitescripts.reports.web.showDigest = |
| 13 sitescripts.reports.web.showUser = |
| 14 sitescripts.formmail.web.formmail = |
| 15 sitescripts.crawler.web.crawler = |
| 16 sitescripts.urlfixer.web.submitData = |
| 17 sitescripts.extensions.web.downloads = |
| 18 |
7 [subscriptions] | 19 [subscriptions] |
8 repository=%(root)s/hg/subscriptionlist | 20 repository=%(root)s/hg/subscriptionlist |
9 statusTemplate=subscriptions/template/status.html | 21 statusTemplate=subscriptions/template/status.html |
10 statusPage=%(root)s/www/subscriptionStatus.html | 22 statusPage=%(root)s/www/subscriptionStatus.html |
11 reportTemplate=subscriptions/template/report.mail | 23 reportTemplate=subscriptions/template/report.mail |
12 recommendationsTemplate=subscriptions/template/recommendations.xml | 24 recommendationsTemplate=subscriptions/template/recommendations.xml |
13 recommendationsFile=%(root)s/www/recommendations.xml | 25 recommendationsFile=%(root)s/www/recommendations.xml |
14 subscriptionsXMLTemplate=subscriptions/template/subscriptions.xml | 26 subscriptionsXMLTemplate=subscriptions/template/subscriptions.xml |
15 subscriptionsXMLFile=%(root)s/www/subscriptions.xml | 27 subscriptionsXMLFile=%(root)s/www/subscriptions.xml |
16 subscriptionsXML2Template=subscriptions/template/subscriptions2.xml | 28 subscriptionsXML2Template=subscriptions/template/subscriptions2.xml |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 template=formmail/template/eyeo.mail | 160 template=formmail/template/eyeo.mail |
149 | 161 |
150 [externalFiles] | 162 [externalFiles] |
151 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti
ve_tld_names.dat?raw=1 | 163 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti
ve_tld_names.dat?raw=1 |
152 example_targetrepository=%(root)s/hg/adblockpluschrome | 164 example_targetrepository=%(root)s/hg/adblockpluschrome |
153 example_targetfile=third-party/publicSuffixList.txt | 165 example_targetfile=third-party/publicSuffixList.txt |
154 | 166 |
155 [notifications] | 167 [notifications] |
156 repository=%(root)s/hg/notifications | 168 repository=%(root)s/hg/notifications |
157 output=%(root)s/www/notification.json | 169 output=%(root)s/www/notification.json |
OLD | NEW |