Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/statsmaster/templates/sitescripts.ini.erb

Issue 29367252: Issue 4728 - Remove hard-coded references from statsmaster sitescripts.ini template (Closed)
Patch Set: Created Dec. 12, 2016, 2:19 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « modules/adblockplus/manifests/host/statsmaster.pp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [stats] 1 [stats]
2 geoip_db=/usr/share/GeoIP/GeoIP.dat 2 geoip_db=/usr/share/GeoIP/GeoIP.dat
3 geoipv6_db=/usr/share/GeoIP/GeoIPv6.dat 3 geoipv6_db=/usr/share/GeoIP/GeoIPv6.dat
4 4
5 mirror_download1=download ssh://stats@download1.adblockplus.org/access_log_downl oads.1.gz
6 mirror_download2=download ssh://stats@download2.adblockplus.org/access_log_downl oads.1.gz
7 mirror_download3=download ssh://stats@download3.adblockplus.org/access_log_downl oads.1.gz
8 mirror_download4=download ssh://stats@download4.adblockplus.org/access_log_downl oads.1.gz
9 mirror_download5=download ssh://stats@download5.adblockplus.org/access_log_downl oads.1.gz
10 mirror_update1=update ssh://stats@update1.adblockplus.org/access_log_update.1.gz
11
12 baseURL_subscription=https://easylist-downloads.adblockplus.org/ 5 baseURL_subscription=https://easylist-downloads.adblockplus.org/
13 baseURL_download=https://downloads.adblockplus.org/ 6 baseURL_download=https://downloads.adblockplus.org/
14 baseURL_update=https://update.adblockplus.org/ 7 baseURL_update=https://update.adblockplus.org/
15 baseURL_notification=https://notification.adblockplus.org/ 8 baseURL_notification=https://notification.adblockplus.org/
16 9
17 dataDirectory=/var/www/statsdata 10 dataDirectory=/var/www/statsdata
18 outputDirectory=/var/www/stats 11 outputDirectory=/var/www/stats
19 12
20 mainPageTemplate=stats/template/main.html 13 mainPageTemplate=stats/template/main.html
21 fileOverviewTemplate=stats/template/fileOverview.html 14 fileOverviewTemplate=stats/template/fileOverview.html
22 filePageTemplate=stats/template/fileStats.html 15 filePageTemplate=stats/template/fileStats.html
23 16
OLDNEW
« no previous file with comments | « modules/adblockplus/manifests/host/statsmaster.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld