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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 cvsroot=:pserver:guest@mozdev.org:/cvs | 154 cvsroot=:pserver:guest@mozdev.org:/cvs |
155 cvsdir=adblockplus/www/easylist | 155 cvsdir=adblockplus/www/easylist |
156 | 156 |
157 [hg] | 157 [hg] |
158 auth_repository=%(root)s/hg/hgaccess | 158 auth_repository=%(root)s/hg/hgaccess |
159 auth_file=%(root)s/.ssh/.ssh/authorized_keys | 159 auth_file=%(root)s/.ssh/.ssh/authorized_keys |
160 | 160 |
161 [formmail] | 161 [formmail] |
162 template=formmail/template/eyeo.mail | 162 template=formmail/template/eyeo.mail |
163 | 163 |
164 [externalFiles] | |
165 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti
ve_tld_names.dat?raw=1 | |
166 example_targetrepository=%(root)s/hg/adblockpluschrome | |
167 example_targetfile=third-party/publicSuffixList.txt | |
168 | |
169 [notifications] | 164 [notifications] |
170 repository=%(root)s/hg/notifications | 165 repository=%(root)s/hg/notifications |
171 output=%(root)s/www/notification.json | 166 output=%(root)s/www/notification.json |
172 | 167 |
173 [filterhitstats] | 168 [filterhitstats] |
174 interval=3600 | 169 interval=3600 |
175 log_dir=/var/log/filterhits | 170 log_dir=/var/log/filterhits |
176 dbuser=user | 171 dbuser=user |
177 dbpassword=password | 172 dbpassword=password |
178 database=db | 173 database=db |
179 test_dbuser=test_user | 174 test_dbuser=test_user |
180 test_dbpassword=test_password | 175 test_dbpassword=test_password |
181 test_database=test_db | 176 test_database=test_db |
OLD | NEW |