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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 changelogTemplate=extensions/template/changelog.html | 90 changelogTemplate=extensions/template/changelog.html |
91 geckoUpdateManifest=extensions/template/update.rdf | 91 geckoUpdateManifest=extensions/template/update.rdf |
92 chromeUpdateManifest=extensions/template/updates.xml | 92 chromeUpdateManifest=extensions/template/updates.xml |
93 safariUpdateManifest=extensions/template/updates.plist | 93 safariUpdateManifest=extensions/template/updates.plist |
94 androidUpdateManifest=extensions/template/androidupdates.xml | 94 androidUpdateManifest=extensions/template/androidupdates.xml |
95 nightlyIndexPage=extensions/template/nightlies.html | 95 nightlyIndexPage=extensions/template/nightlies.html |
96 | 96 |
97 [stats] | 97 [stats] |
98 geoip_db=%(root)s/data/GeoIP.dat | 98 geoip_db=%(root)s/data/GeoIP.dat |
99 geoipv6_db=%(root)s/data/GeoIPv6.dat | 99 geoipv6_db=%(root)s/data/GeoIPv6.dat |
100 tempFile=%(root)s/tmp/stats.json | |
101 | 100 |
102 mirror_foo=subscription ssh://stats@foo.example.com/ | 101 mirror_foo=subscription ssh://stats@foo.example.com/access_log.subscriptions.1.g
z |
103 mirror_bar=subscription ssh://stats@bar.example.com/ | 102 mirror_bar=subscription ssh://stats@bar.example.com/access_log.subscriptions.1.g
z |
104 mirror_bas=download ssh://stats@bas.example.com/ | 103 mirror_bas=download ssh://stats@bas.example.com/access_log.downloads.1.gz |
105 | 104 |
106 baseURL_subscription=https://easylist-downloads.adblockplus.org/ | 105 baseURL_subscription=https://easylist-downloads.adblockplus.org/ |
107 baseURL_download=https://download.adblockplus.org/ | 106 baseURL_download=https://download.adblockplus.org/ |
108 | 107 |
109 dataDirectory=%(root)s/data/stats | 108 dataDirectory=%(root)s/data/stats |
110 outputDirectory=%(root)s/www/stats | 109 outputDirectory=%(root)s/www/stats |
111 mainPageTemplate=stats/template/main.html | 110 mainPageTemplate=stats/template/main.html |
112 fileOverviewTemplate=stats/template/fileOverview.html | 111 fileOverviewTemplate=stats/template/fileOverview.html |
113 filePageTemplate=stats/template/fileStats.html | 112 filePageTemplate=stats/template/fileStats.html |
114 | 113 |
(...skipping 13 matching lines...) Expand all Loading... |
128 template=formmail/template/eyeo.mail | 127 template=formmail/template/eyeo.mail |
129 | 128 |
130 [externalFiles] | 129 [externalFiles] |
131 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti
ve_tld_names.dat?raw=1 | 130 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti
ve_tld_names.dat?raw=1 |
132 example_targetrepository=%(root)s/hg/adblockpluschrome | 131 example_targetrepository=%(root)s/hg/adblockpluschrome |
133 example_targetfile=third-party/publicSuffixList.txt | 132 example_targetfile=third-party/publicSuffixList.txt |
134 | 133 |
135 [notifications] | 134 [notifications] |
136 repository=%(root)s/hg/notifications | 135 repository=%(root)s/hg/notifications |
137 output=%(root)s/www/notification.json | 136 output=%(root)s/www/notification.json |
OLD | NEW |