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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 database=db | 54 database=db |
55 dbuser=user | 55 dbuser=user |
56 dbpassword=password | 56 dbpassword=password |
57 dbprefix= | 57 dbprefix= |
58 | 58 |
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 root=/server/root/path |
64 abp_repository=%(hgroot)s/adblockplus | 65 abp_repository=%(hgroot)s/adblockplus |
65 abp_name=Adblock Plus for Mozilla Firefox | 66 abp_name=Adblock Plus for Mozilla Firefox |
66 abp_galleryID=adblock-plus | 67 abp_galleryID=adblock-plus |
67 abpchrome_repository=%(hgroot)s/adblockpluschrome | 68 abpchrome_repository=%(hgroot)s/adblockpluschrome |
68 abpchrome_type=chrome | 69 abpchrome_type=chrome |
69 abpchrome_name=Adblock Plus for Chrome and Opera | 70 abpchrome_name=Adblock Plus for Chrome and Opera |
70 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb | 71 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb |
71 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn | 72 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn |
72 abpchrome_key=%(root)s/data/adblockpluschrome.pem | 73 abpchrome_key=%(root)s/data/adblockpluschrome.pem |
73 abpchrome_clientID=...apps.googleusercontent.com | 74 abpchrome_clientID=...apps.googleusercontent.com |
(...skipping 141 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 | 216 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 |
216 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome | 217 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome |
217 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome | 218 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome |
218 adblockpluschrome_command=./build.py docs {output_dir} >/dev/null 2>&1 | 219 adblockpluschrome_command=./build.py docs {output_dir} >/dev/null 2>&1 |
219 adblockpluscore_repository=%(root)s/hg/adblockpluscore | 220 adblockpluscore_repository=%(root)s/hg/adblockpluscore |
220 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore | 221 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore |
221 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 | 222 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 |
222 libadblockplus_repository=%(root)s/hg/libadblockplus | 223 libadblockplus_repository=%(root)s/hg/libadblockplus |
223 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus | 224 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus |
224 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} | 225 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} |
OLD | NEW |