OLD | NEW |
1 [DEFAULT] | 1 [DEFAULT] |
2 root=/server/root/path | 2 root=/server/root/path |
3 hgroot=https://hg.adblockplus.org | 3 hgroot=https://hg.adblockplus.org |
4 mailer=/usr/sbin/sendmail | 4 mailer=/usr/sbin/sendmail |
5 mailerDebug=no | 5 mailerDebug=no |
6 secret=somerandomstringhere | 6 secret=somerandomstringhere |
7 | 7 |
8 [multiplexer] | 8 [multiplexer] |
9 sitescripts.subscriptions.web.fallback = | 9 sitescripts.subscriptions.web.fallback = |
10 sitescripts.crashes.web.submitCrash = | 10 sitescripts.crashes.web.submitCrash = |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 errorTemplate=extensions/template/error.html | 122 errorTemplate=extensions/template/error.html |
123 languageCheckTemplate=extensions/template/languageCheckResult.html | 123 languageCheckTemplate=extensions/template/languageCheckResult.html |
124 languageFormTemplate=extensions/template/languageForm.html | 124 languageFormTemplate=extensions/template/languageForm.html |
125 changelogTemplate=extensions/template/changelog.html | 125 changelogTemplate=extensions/template/changelog.html |
126 safariUpdateManifest=extensions/template/updates.plist | 126 safariUpdateManifest=extensions/template/updates.plist |
127 androidUpdateManifest=extensions/template/androidupdates.xml | 127 androidUpdateManifest=extensions/template/androidupdates.xml |
128 nightlyIndexPage=extensions/template/nightlies.html | 128 nightlyIndexPage=extensions/template/nightlies.html |
129 amo_key=user:543210:23 | 129 amo_key=user:543210:23 |
130 amo_secret=your-api-secret | 130 amo_secret=your-api-secret |
131 | 131 |
132 [stats] | |
133 geoip_db=%(root)s/data/GeoIP.dat | |
134 geoipv6_db=%(root)s/data/GeoIPv6.dat | |
135 | |
136 mirror_foo=subscription ssh://stats@foo.example.com/access_log.subscriptions.1.g
z | |
137 mirror_bar=subscription ssh://stats@bar.example.com/access_log.subscriptions.1.g
z | |
138 mirror_bas=download ssh://stats@bas.example.com/access_log.downloads.1.gz | |
139 | |
140 baseURL_subscription=https://easylist-downloads.adblockplus.org/ | |
141 baseURL_download=https://download.adblockplus.org/ | |
142 | |
143 dataDirectory=%(root)s/data/stats | |
144 outputDirectory=%(root)s/www/stats | |
145 mainPageTemplate=stats/template/main.html | |
146 fileOverviewTemplate=stats/template/fileOverview.html | |
147 filePageTemplate=stats/template/fileStats.html | |
148 | |
149 [subscriptionDownloads] | 132 [subscriptionDownloads] |
150 easylist_repository=%(root)s/hg/easylist | 133 easylist_repository=%(root)s/hg/easylist |
151 easylistgermany_repository=%(root)s/hg/easylistgermany | 134 easylistgermany_repository=%(root)s/hg/easylistgermany |
152 malwaredomains_repository=%(root)s/hg/malwaredomains | 135 malwaredomains_repository=%(root)s/hg/malwaredomains |
153 malwaredomains_mirrors= | 136 malwaredomains_mirrors= |
154 http://mirror3.malwaredomains.com | 137 http://mirror3.malwaredomains.com |
155 http://mirror1.malwaredomains.com | 138 http://mirror1.malwaredomains.com |
156 http://mirror2.malwaredomains.com | 139 http://mirror2.malwaredomains.com |
157 outdir=%(root)s/data/easylist | 140 outdir=%(root)s/data/easylist |
158 cvsroot=:pserver:guest@mozdev.org:/cvs | 141 cvsroot=:pserver:guest@mozdev.org:/cvs |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 | 198 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 |
216 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome | 199 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome |
217 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome | 200 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome |
218 adblockpluschrome_command=./build.py docs {output_dir} >/dev/null 2>&1 | 201 adblockpluschrome_command=./build.py docs {output_dir} >/dev/null 2>&1 |
219 adblockpluscore_repository=%(root)s/hg/adblockpluscore | 202 adblockpluscore_repository=%(root)s/hg/adblockpluscore |
220 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore | 203 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore |
221 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 | 204 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 |
222 libadblockplus_repository=%(root)s/hg/libadblockplus | 205 libadblockplus_repository=%(root)s/hg/libadblockplus |
223 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus | 206 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus |
224 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} | 207 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} |
OLD | NEW |