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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 outdir=%(root)s/data/easylist | 113 outdir=%(root)s/data/easylist |
114 cvsroot=:pserver:guest@mozdev.org:/cvs | 114 cvsroot=:pserver:guest@mozdev.org:/cvs |
115 cvsdir=adblockplus/www/easylist | 115 cvsdir=adblockplus/www/easylist |
116 | 116 |
117 [hg] | 117 [hg] |
118 auth_repository=%(root)s/hg/hgaccess | 118 auth_repository=%(root)s/hg/hgaccess |
119 auth_file=%(root)s/.ssh/.ssh/authorized_keys | 119 auth_file=%(root)s/.ssh/.ssh/authorized_keys |
120 | 120 |
121 [formmail] | 121 [formmail] |
122 template=formmail/template/eyeo.mail | 122 template=formmail/template/eyeo.mail |
| 123 |
| 124 [externalFiles] |
| 125 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti
ve_tld_names.dat?raw=1 |
| 126 example_targetrepository=%(root)s/hg/adblockpluschrome |
| 127 example_targetfile=third-party/publicSuffixList.txt |
OLD | NEW |