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 [subscriptions] | 7 [subscriptions] |
8 repository=%(root)s/hg/subscriptionlist | 8 repository=%(root)s/hg/subscriptionlist |
9 statusTemplate=subscriptions/template/status.html | 9 statusTemplate=subscriptions/template/status.html |
10 statusPage=%(root)s/www/subscriptionStatus.html | 10 statusPage=%(root)s/www/subscriptionStatus.html |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 fileName=log.%%i.gz | 43 fileName=log.%%i.gz |
44 | 44 |
45 [extensions] | 45 [extensions] |
46 abp_repository=%(root)s/hg/adblockplus | 46 abp_repository=%(root)s/hg/adblockplus |
47 abp_name=Adblock Plus | 47 abp_name=Adblock Plus |
48 abp_galleryID=adblock-plus | 48 abp_galleryID=adblock-plus |
49 abpchrome_repository=%(root)s/hg/adblockpluschrome | 49 abpchrome_repository=%(root)s/hg/adblockpluschrome |
50 abpchrome_type=chrome | 50 abpchrome_type=chrome |
51 abpchrome_name=Adblock Plus for Google Chrome | 51 abpchrome_name=Adblock Plus for Google Chrome |
52 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb | 52 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb |
| 53 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn |
53 abpchrome_key=%(root)s/data/adblockpluschrome.pem | 54 abpchrome_key=%(root)s/data/adblockpluschrome.pem |
54 abpchrome_clientID=...apps.googleusercontent.com | 55 abpchrome_clientID=...apps.googleusercontent.com |
55 abpchrome_clientSecret=secret | 56 abpchrome_clientSecret=secret |
56 abpchrome_refreshToken=1/rwn... | 57 abpchrome_refreshToken=1/rwn... |
57 abpopera_repository=%(root)s/hg/adblockpluschrome | 58 abpopera_repository=%(root)s/hg/adblockpluschrome |
58 abpopera_type=opera | 59 abpopera_type=opera |
59 abpopera_name=Adblock Plus for Opera | 60 abpopera_name=Adblock Plus for Opera |
60 abpopera_galleryID=opera-adblock | 61 abpopera_galleryID=opera-adblock |
61 abpopera_key=%(root)s/data/adblockpluschrome.pem | 62 abpopera_key=%(root)s/data/adblockpluschrome.pem |
62 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/ | 63 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/ |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 template=formmail/template/eyeo.mail | 132 template=formmail/template/eyeo.mail |
132 | 133 |
133 [externalFiles] | 134 [externalFiles] |
134 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti
ve_tld_names.dat?raw=1 | 135 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti
ve_tld_names.dat?raw=1 |
135 example_targetrepository=%(root)s/hg/adblockpluschrome | 136 example_targetrepository=%(root)s/hg/adblockpluschrome |
136 example_targetfile=third-party/publicSuffixList.txt | 137 example_targetfile=third-party/publicSuffixList.txt |
137 | 138 |
138 [notifications] | 139 [notifications] |
139 repository=%(root)s/hg/notifications | 140 repository=%(root)s/hg/notifications |
140 output=%(root)s/www/notification.json | 141 output=%(root)s/www/notification.json |
OLD | NEW |