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: Addressed further comments from Sebastian. Created April 2, 2015, 10:13 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/__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 98ec24fa081ae4061f814e031fba00ef31c4e896..2025d63181eaacc003eb7dde5f323b70015a2fdd 100644
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -15,6 +15,8 @@ sitescripts.formmail.web.formmail =
sitescripts.crawler.web.crawler =
sitescripts.urlfixer.web.submitData =
sitescripts.extensions.web.downloads =
+sitescripts.filterhits.web.submit =
+sitescripts.filterhits.web.query =
[subscriptions]
repository=%(root)s/hg/subscriptionlist
@@ -168,3 +170,13 @@ example_targetfile=third-party/publicSuffixList.txt
[notifications]
repository=%(root)s/hg/notifications
output=%(root)s/www/notification.json
+
+[filterhitstats]
+interval=3600
+log_dir=/var/log/filterhits
+dbuser=user
+dbpassword=password
+database=db
+test_dbuser=test_user
+test_dbpassword=test_password
+test_database=test_db
« no previous file with comments | « no previous file | sitescripts/filterhits/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld