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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 auth_repository=%(root)s/hg/hgaccess | 106 auth_repository=%(root)s/hg/hgaccess |
107 auth_file=%(root)s/.ssh/.ssh/authorized_keys | 107 auth_file=%(root)s/.ssh/.ssh/authorized_keys |
108 | 108 |
109 [formmail] | 109 [formmail] |
110 template=formmail/template/eyeo.mail | 110 template=formmail/template/eyeo.mail |
111 | 111 |
112 [externalFiles] | 112 [externalFiles] |
113 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti
ve_tld_names.dat?raw=1 | 113 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti
ve_tld_names.dat?raw=1 |
114 example_targetrepository=%(root)s/hg/adblockpluschrome | 114 example_targetrepository=%(root)s/hg/adblockpluschrome |
115 example_targetfile=third-party/publicSuffixList.txt | 115 example_targetfile=third-party/publicSuffixList.txt |
| 116 |
| 117 [notifications] |
| 118 repository=%(root)s/hg/notifications |
| 119 output=%(root)s/www/notification.json |
OLD | NEW |