| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 log_dir=/var/log/filterhits | 184 log_dir=/var/log/filterhits |
| 185 dbuser=user | 185 dbuser=user |
| 186 dbpassword=password | 186 dbpassword=password |
| 187 database=db | 187 database=db |
| 188 test_dbuser=test_user | 188 test_dbuser=test_user |
| 189 test_dbpassword=test_password | 189 test_dbpassword=test_password |
| 190 test_database=test_db | 190 test_database=test_db |
| 191 | 191 |
| 192 [testpages] | 192 [testpages] |
| 193 sitekeyFrameTemplate=%(root)s/testpages.adblockplus.org/templates/sitekey_frame.
tmpl | 193 sitekeyFrameTemplate=%(root)s/testpages.adblockplus.org/templates/sitekey_frame.
tmpl |
| 194 sitekeyPath=%(root)s/testpages.adblockplus.org/static/site.key | 194 sitekeyPath=%(root)s/testpages.adblockplus.org/static/site.key |
| 195 |
| 196 [content_blocker_lists] |
| 197 abp2blocklist_url=https://hg.adblockplus.org/abp2blocklist |
| 198 abp2blocklist_path=%(root)s/content_blocker_lists/abp2blocklist |
| 199 easylist_url=https://easylist-downloads.adblockplus.org/easylist_noadult.txt |
| 200 exceptionrules_url=https://easylist-downloads.adblockplus.org/exceptionrules.txt |
| 201 easylist_content_blocker_path=%(root)s/content_blocker_lists/easylist_content_bl
ocker.json |
| 202 combined_content_blocker_path=%(root)s/content_blocker_lists/easylist+exceptionr
ules_content_blocker.json |
| OLD | NEW |