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

Delta Between Two Patch Sets: .sitescripts.example

Issue 4615801646612480: Issue 395 - Filter hits statistics backend (Closed)
Left Patch Set: Addressed comments. Created Feb. 24, 2015, 5:59 p.m.
Right Patch Set: Addressed further comments from Sebastian. Created April 2, 2015, 10:13 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | sitescripts/filterhits/__init__.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 example_targetfile=third-party/publicSuffixList.txt 168 example_targetfile=third-party/publicSuffixList.txt
169 169
170 [notifications] 170 [notifications]
171 repository=%(root)s/hg/notifications 171 repository=%(root)s/hg/notifications
172 output=%(root)s/www/notification.json 172 output=%(root)s/www/notification.json
173 173
174 [filterhitstats] 174 [filterhitstats]
175 interval=3600 175 interval=3600
176 log_dir=/var/log/filterhits 176 log_dir=/var/log/filterhits
177 dbuser=user 177 dbuser=user
178 dbpasswrd=password 178 dbpassword=password
179 database=db 179 database=db
180 test_dbuser=test_user
181 test_dbpassword=test_password
180 test_database=test_db 182 test_database=test_db
LEFTRIGHT

Powered by Google App Engine
This is Rietveld