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] | 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 watcher_name=Diagnostics | 95 watcher_name=Diagnostics |
96 watcher_downloadPage=/en/abpwatcher | 96 watcher_downloadPage=/en/abpwatcher |
97 deobfuscator_repository=%(root)s/hg/jsdeobfuscator | 97 deobfuscator_repository=%(root)s/hg/jsdeobfuscator |
98 deobfuscator_name=JavaScript Deobfuscator | 98 deobfuscator_name=JavaScript Deobfuscator |
99 deobfuscator_galleryID=javascript-deobfuscator | 99 deobfuscator_galleryID=javascript-deobfuscator |
100 urlfixer_repository=%(root)s/hg/urlfixer | 100 urlfixer_repository=%(root)s/hg/urlfixer |
101 urlfixer_name=URL fixer | 101 urlfixer_name=URL fixer |
102 urlfixer_galleryID=url-fixer | 102 urlfixer_galleryID=url-fixer |
103 urlfixer_pad=true | 103 urlfixer_pad=true |
104 buildRepository=%(root)s/hg/buildtools | 104 buildRepository=%(root)s/hg/buildtools |
105 jsdocRepository=%(root)s/hg/jsdoc-toolkit | |
106 nightliesData=%(root)s/data/nightlies | 105 nightliesData=%(root)s/data/nightlies |
107 nightliesDirectory=%(root)s/www/devbuilds | 106 nightliesDirectory=%(root)s/www/devbuilds |
108 nightliesURL=https://adblockplus.org/devbuilds/ | 107 nightliesURL=https://adblockplus.org/devbuilds/ |
109 downloadsRepo=%(root)s/hg/downloads | 108 downloadsRepo=%(root)s/hg/downloads |
110 downloadsURL=https://downloads.adblockplus.org/ | 109 downloadsURL=https://downloads.adblockplus.org/ |
111 downloadLinksFile=%(root)s/tmp/downloadLinks.ini | 110 downloadLinksFile=%(root)s/tmp/downloadLinks.ini |
112 geckoUpdateManifestPath=%(root)s/www/update.rdf | 111 geckoUpdateManifestPath=%(root)s/www/update.rdf |
113 androidUpdateManifestPath=%(root)s/www/androidupdates.xml | 112 androidUpdateManifestPath=%(root)s/www/androidupdates.xml |
114 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json | 113 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json |
115 safariUpdateManifestPath=%(root)s/www/updates.plist | 114 safariUpdateManifestPath=%(root)s/www/updates.plist |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 template=formmail/template/eyeo.mail | 160 template=formmail/template/eyeo.mail |
162 | 161 |
163 [externalFiles] | 162 [externalFiles] |
164 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 |
165 example_targetrepository=%(root)s/hg/adblockpluschrome | 164 example_targetrepository=%(root)s/hg/adblockpluschrome |
166 example_targetfile=third-party/publicSuffixList.txt | 165 example_targetfile=third-party/publicSuffixList.txt |
167 | 166 |
168 [notifications] | 167 [notifications] |
169 repository=%(root)s/hg/notifications | 168 repository=%(root)s/hg/notifications |
170 output=%(root)s/www/notification.json | 169 output=%(root)s/www/notification.json |
OLD | NEW |