| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 [logs] | 59 [logs] |
| 60 dataPath=%(root)s/logs | 60 dataPath=%(root)s/logs |
| 61 fileName=log.%%i.gz | 61 fileName=log.%%i.gz |
| 62 | 62 |
| 63 [extensions] | 63 [extensions] |
| 64 abp_repository=%(root)s/hg/adblockplus | 64 abp_repository=%(root)s/hg/adblockplus |
| 65 abp_name=Adblock Plus for Mozilla Firefox | 65 abp_name=Adblock Plus for Mozilla Firefox |
| 66 abp_galleryID=adblock-plus | 66 abp_galleryID=adblock-plus |
| 67 abpchrome_repository=%(root)s/hg/adblockpluschrome | 67 abpchrome_repository=%(root)s/hg/adblockpluschrome |
| 68 abpchrome_type=chrome | 68 abpchrome_type=chrome |
| 69 abpchrome_name=Adblock Plus for Google Chrome | 69 abpchrome_name=Adblock Plus for Chrome and Opera |
| 70 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb | 70 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb |
| 71 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn | 71 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn |
| 72 abpchrome_key=%(root)s/data/adblockpluschrome.pem | 72 abpchrome_key=%(root)s/data/adblockpluschrome.pem |
| 73 abpchrome_clientID=...apps.googleusercontent.com | 73 abpchrome_clientID=...apps.googleusercontent.com |
| 74 abpchrome_clientSecret=secret | 74 abpchrome_clientSecret=secret |
| 75 abpchrome_refreshToken=1/rwn... | 75 abpchrome_refreshToken=1/rwn... |
| 76 abpopera_repository=%(root)s/hg/adblockpluschrome | |
| 77 abpopera_type=opera | |
| 78 abpopera_name=Adblock Plus for Opera | |
| 79 abpopera_galleryID=opera-adblock | |
| 80 abpopera_key=%(root)s/data/adblockpluschrome.pem | |
| 81 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/ | 76 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/ |
| 82 abpsafari_type=safari | 77 abpsafari_type=safari |
| 83 abpsafari_name=Adblock Plus for Safari | 78 abpsafari_name=Adblock Plus for Safari |
| 84 abpsafari_key=%(root)s/files/adblockplussafari.pem | 79 abpsafari_key=%(root)s/files/adblockplussafari.pem |
| 85 abpandroid_repository=%(root)s/hg/adblockplusandroid | 80 abpandroid_repository=%(root)s/hg/adblockplusandroid |
| 86 abpandroid_type=android | 81 abpandroid_type=android |
| 87 abpandroid_name=Adblock Plus for Android | 82 abpandroid_name=Adblock Plus for Android |
| 88 abpandroid_downloadPage=/en/android | 83 abpandroid_downloadPage=/en/android |
| 89 abpie_repository=%(root)s/hg/adblockplusie | 84 abpie_repository=%(root)s/hg/adblockplusie |
| 90 abpie_type=ie | 85 abpie_type=ie |
| (...skipping 21 matching lines...) Expand all Loading... |
| 112 geckoUpdateManifestPath=%(root)s/www/update.rdf | 107 geckoUpdateManifestPath=%(root)s/www/update.rdf |
| 113 androidUpdateManifestPath=%(root)s/www/androidupdates.xml | 108 androidUpdateManifestPath=%(root)s/www/androidupdates.xml |
| 114 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json | 109 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json |
| 115 safariUpdateManifestPath=%(root)s/www/updates.plist | 110 safariUpdateManifestPath=%(root)s/www/updates.plist |
| 116 ieUpdateManifestPath=%(root)s/www/ieupdate.json | 111 ieUpdateManifestPath=%(root)s/www/ieupdate.json |
| 117 errorTemplate=extensions/template/error.html | 112 errorTemplate=extensions/template/error.html |
| 118 languageCheckTemplate=extensions/template/languageCheckResult.html | 113 languageCheckTemplate=extensions/template/languageCheckResult.html |
| 119 languageFormTemplate=extensions/template/languageForm.html | 114 languageFormTemplate=extensions/template/languageForm.html |
| 120 changelogTemplate=extensions/template/changelog.html | 115 changelogTemplate=extensions/template/changelog.html |
| 121 geckoUpdateManifest=extensions/template/update.rdf | 116 geckoUpdateManifest=extensions/template/update.rdf |
| 122 chromeUpdateManifest=extensions/template/updates.xml | |
| 123 safariUpdateManifest=extensions/template/updates.plist | 117 safariUpdateManifest=extensions/template/updates.plist |
| 124 androidUpdateManifest=extensions/template/androidupdates.xml | 118 androidUpdateManifest=extensions/template/androidupdates.xml |
| 125 nightlyIndexPage=extensions/template/nightlies.html | 119 nightlyIndexPage=extensions/template/nightlies.html |
| 126 amo_username=me@example.com | 120 amo_username=me@example.com |
| 127 amo_password=password1 | 121 amo_password=password1 |
| 128 | 122 |
| 129 [stats] | 123 [stats] |
| 130 geoip_db=%(root)s/data/GeoIP.dat | 124 geoip_db=%(root)s/data/GeoIP.dat |
| 131 geoipv6_db=%(root)s/data/GeoIPv6.dat | 125 geoipv6_db=%(root)s/data/GeoIPv6.dat |
| 132 | 126 |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 | 197 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 |
| 204 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome | 198 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome |
| 205 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome | 199 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome |
| 206 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 | 200 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 |
| 207 adblockpluscore_repository=%(root)s/hg/adblockpluscore | 201 adblockpluscore_repository=%(root)s/hg/adblockpluscore |
| 208 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore | 202 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore |
| 209 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 | 203 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 |
| 210 libadblockplus_repository=%(root)s/hg/libadblockplus | 204 libadblockplus_repository=%(root)s/hg/libadblockplus |
| 211 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus | 205 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus |
| 212 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} | 206 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} |
| OLD | NEW |