| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 safariUpdateManifestPath=%(root)s/www/updates.plist | 103 safariUpdateManifestPath=%(root)s/www/updates.plist |
| 104 ieUpdateManifestPath=%(root)s/www/ieupdate.json | 104 ieUpdateManifestPath=%(root)s/www/ieupdate.json |
| 105 errorTemplate=extensions/template/error.html | 105 errorTemplate=extensions/template/error.html |
| 106 languageCheckTemplate=extensions/template/languageCheckResult.html | 106 languageCheckTemplate=extensions/template/languageCheckResult.html |
| 107 languageFormTemplate=extensions/template/languageForm.html | 107 languageFormTemplate=extensions/template/languageForm.html |
| 108 changelogTemplate=extensions/template/changelog.html | 108 changelogTemplate=extensions/template/changelog.html |
| 109 geckoUpdateManifest=extensions/template/update.rdf | 109 geckoUpdateManifest=extensions/template/update.rdf |
| 110 safariUpdateManifest=extensions/template/updates.plist | 110 safariUpdateManifest=extensions/template/updates.plist |
| 111 androidUpdateManifest=extensions/template/androidupdates.xml | 111 androidUpdateManifest=extensions/template/androidupdates.xml |
| 112 nightlyIndexPage=extensions/template/nightlies.html | 112 nightlyIndexPage=extensions/template/nightlies.html |
| 113 amo_username=me@example.com | 113 amo_key=user:543210:23 |
| 114 amo_password=password1 | 114 amo_secret=your-api-secret |
| 115 | 115 |
| 116 [stats] | 116 [stats] |
| 117 geoip_db=%(root)s/data/GeoIP.dat | 117 geoip_db=%(root)s/data/GeoIP.dat |
| 118 geoipv6_db=%(root)s/data/GeoIPv6.dat | 118 geoipv6_db=%(root)s/data/GeoIPv6.dat |
| 119 | 119 |
| 120 mirror_foo=subscription ssh://stats@foo.example.com/access_log.subscriptions.1.g
z | 120 mirror_foo=subscription ssh://stats@foo.example.com/access_log.subscriptions.1.g
z |
| 121 mirror_bar=subscription ssh://stats@bar.example.com/access_log.subscriptions.1.g
z | 121 mirror_bar=subscription ssh://stats@bar.example.com/access_log.subscriptions.1.g
z |
| 122 mirror_bas=download ssh://stats@bas.example.com/access_log.downloads.1.gz | 122 mirror_bas=download ssh://stats@bas.example.com/access_log.downloads.1.gz |
| 123 | 123 |
| 124 baseURL_subscription=https://easylist-downloads.adblockplus.org/ | 124 baseURL_subscription=https://easylist-downloads.adblockplus.org/ |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 | 188 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 |
| 189 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome | 189 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome |
| 190 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome | 190 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome |
| 191 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 | 191 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 |
| 192 adblockpluscore_repository=%(root)s/hg/adblockpluscore | 192 adblockpluscore_repository=%(root)s/hg/adblockpluscore |
| 193 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore | 193 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore |
| 194 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 | 194 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 |
| 195 libadblockplus_repository=%(root)s/hg/libadblockplus | 195 libadblockplus_repository=%(root)s/hg/libadblockplus |
| 196 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus | 196 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus |
| 197 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} | 197 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} |
| OLD | NEW |