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

Unified Diff: .sitescripts.example

Issue 5744805892063232: Issue 1374 - Don`t hardcode web handlers for multiplexer (Closed)
Patch Set: Changed option name transformation Created Sept. 18, 2014, 7:11 p.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/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .sitescripts.example
===================================================================
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -1,14 +1,26 @@
[DEFAULT]
root=/server/root/path
mailer=/usr/sbin/sendmail
mailerDebug=no
secret=somerandomstringhere
+[multiplexer]
+sitescripts.subscriptions.web.fallback =
+sitescripts.crashes.web.submitCrash =
+sitescripts.reports.web.submitReport =
+sitescripts.reports.web.updateReport =
+sitescripts.reports.web.showDigest =
+sitescripts.reports.web.showUser =
+sitescripts.formmail.web.formmail =
+sitescripts.crawler.web.crawler =
+sitescripts.urlfixer.web.submitData =
+sitescripts.extensions.web.downloads =
+
[subscriptions]
repository=%(root)s/hg/subscriptionlist
statusTemplate=subscriptions/template/status.html
statusPage=%(root)s/www/subscriptionStatus.html
reportTemplate=subscriptions/template/report.mail
recommendationsTemplate=subscriptions/template/recommendations.xml
recommendationsFile=%(root)s/www/recommendations.xml
subscriptionsXMLTemplate=subscriptions/template/subscriptions.xml
« no previous file with comments | « no previous file | sitescripts/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld