| 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 13 matching lines...) Expand all Loading... |
| 24 digestPath=%(root)s/reports/digests | 24 digestPath=%(root)s/reports/digests |
| 25 digestDays=2 | 25 digestDays=2 |
| 26 webTemplate=reports/template/report.html | 26 webTemplate=reports/template/report.html |
| 27 mailDigestTemplate=reports/template/digest.mail | 27 mailDigestTemplate=reports/template/digest.mail |
| 28 htmlDigestTemplate=reports/template/digest.html | 28 htmlDigestTemplate=reports/template/digest.html |
| 29 notificationTemplate=reports/template/updateNotification.mail | 29 notificationTemplate=reports/template/updateNotification.mail |
| 30 defaultSubscriptionName=Adblock Plus | 30 defaultSubscriptionName=Adblock Plus |
| 31 defaultSubscriptionRecipient=Somebody <user@example.com> | 31 defaultSubscriptionRecipient=Somebody <user@example.com> |
| 32 errorTemplate=reports/template/error.html | 32 errorTemplate=reports/template/error.html |
| 33 submitResponseTemplate=reports/template/submitSuccess.html | 33 submitResponseTemplate=reports/template/submitSuccess.html |
| 34 showUserTemplate=reports/template/showUser.html |
| 34 pngOptimizerPath=/path/to/optipng -o2 -quiet -force | 35 pngOptimizerPath=/path/to/optipng -o2 -quiet -force |
| 35 database=db | 36 database=db |
| 36 dbuser=user | 37 dbuser=user |
| 37 dbpassword=password | 38 dbpassword=password |
| 38 dbprefix= | 39 dbprefix= |
| 39 | 40 |
| 40 [openid] | 41 [openid] |
| 41 serverUrl=https://adblockplus.org/openid | 42 serverUrl=https://adblockplus.org/openid |
| 42 user=Somebody | 43 user=Somebody |
| 43 | 44 |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 outdir=%(root)s/data/easylist | 107 outdir=%(root)s/data/easylist |
| 107 cvsroot=:pserver:guest@mozdev.org:/cvs | 108 cvsroot=:pserver:guest@mozdev.org:/cvs |
| 108 cvsdir=adblockplus/www/easylist | 109 cvsdir=adblockplus/www/easylist |
| 109 | 110 |
| 110 [hg] | 111 [hg] |
| 111 auth_repository=%(root)s/hg/hgaccess | 112 auth_repository=%(root)s/hg/hgaccess |
| 112 auth_file=%(root)s/.ssh/.ssh/authorized_keys | 113 auth_file=%(root)s/.ssh/.ssh/authorized_keys |
| 113 | 114 |
| 114 [formmail] | 115 [formmail] |
| 115 template=formmail/template/eyeo.mail | 116 template=formmail/template/eyeo.mail |
| OLD | NEW |