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

Unified Diff: .sitescripts.example

Issue 4615801646612480: Issue 395 - Filter hits statistics backend (Closed)
Patch Set: Display friendly message if processing script can't connect to DB. Created March 2, 2015, 11:14 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/filterhits/bin/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .sitescripts.example
diff --git a/.sitescripts.example b/.sitescripts.example
index ccbcf4b565eb6b03d539731f4bb9041a43e575b1..ab4b2e2546e0925a8cc948053d0e3e397bbf0c42 100644
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -172,6 +172,9 @@ repository=%(root)s/hg/notifications
output=%(root)s/www/notification.json
[filterhitstats]
-interval_constant=3600
-results_displayed=200
+interval=3600
log_dir=/var/log/filterhits
+dbuser=user
+dbpasswrd=password
+database=db
+test_database=test_db
« no previous file with comments | « no previous file | sitescripts/filterhits/bin/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld