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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 cvsdir=adblockplus/www/easylist | 159 cvsdir=adblockplus/www/easylist |
160 | 160 |
161 [hg] | 161 [hg] |
162 auth_repository=%(root)s/hg/hgaccess | 162 auth_repository=%(root)s/hg/hgaccess |
163 auth_file=%(root)s/.ssh/.ssh/authorized_keys | 163 auth_file=%(root)s/.ssh/.ssh/authorized_keys |
164 | 164 |
165 [formmail] | 165 [formmail] |
166 template=formmail/template/eyeo.mail | 166 template=formmail/template/eyeo.mail |
167 | 167 |
168 [submit_email] | 168 [submit_email] |
169 adblockbrowser_filename=%(root)s/logs/email_addresses.txt | |
170 edge_filename=%(root)s/logs/edge_email_addresses.txt | 169 edge_filename=%(root)s/logs/edge_email_addresses.txt |
171 adblockbrowser_verification_email_template=submit_email/template/verification.ma
il | |
172 edge_verification_email_template=submit_email/template/edge_verification.mail | 170 edge_verification_email_template=submit_email/template/edge_verification.mail |
173 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific
ation-success | 171 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific
ation-success |
174 | 172 |
175 [notifications] | 173 [notifications] |
176 repository=%(root)s/hg/notifications | 174 repository=%(root)s/hg/notifications |
177 output=%(root)s/www/notification.json | 175 output=%(root)s/www/notification.json |
178 | 176 |
179 [filterhitstats] | 177 [filterhitstats] |
180 interval=3600 | 178 interval=3600 |
181 log_dir=/var/log/filterhits | 179 log_dir=/var/log/filterhits |
182 dbuser=user | 180 dbuser=user |
183 dbpassword=password | 181 dbpassword=password |
184 database=db | 182 database=db |
185 test_dbuser=test_user | 183 test_dbuser=test_user |
186 test_dbpassword=test_password | 184 test_dbpassword=test_password |
187 test_database=test_db | 185 test_database=test_db |
OLD | NEW |