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

Unified Diff: .sitescripts.example

Issue 29328589: Issue 3122 - Add testpages.web.sitekey_frame URL handler (Closed)
Patch Set: Further improvements Created Oct. 8, 2015, noon
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/testpages/README.md » ('j') | sitescripts/web.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .sitescripts.example
diff --git a/.sitescripts.example b/.sitescripts.example
index 737f84e09f966428b1fd516ce391edfdf16fdc27..98c82515a8953fd2705a6e859c7cc7a35ca23387 100644
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -20,6 +20,7 @@ sitescripts.extensions.web.downloads =
sitescripts.extensions.web.adblockbrowserUpdates =
sitescripts.filterhits.web.submit =
sitescripts.filterhits.web.query =
+sitescripts.testpages.web.sitekey_frame =
[subscriptions]
repository=%(root)s/hg/subscriptionlist
@@ -187,3 +188,7 @@ database=db
test_dbuser=test_user
test_dbpassword=test_password
test_database=test_db
+
+[testpages]
+sitekeyFrameTemplate=%(root)s/testpages.adblockplus.org/templates/sitekey_frame.tmpl
+sitekeyPath=%(root)s/testpages.adblockplus.org/static/site.key
« no previous file with comments | « no previous file | sitescripts/testpages/README.md » ('j') | sitescripts/web.py » ('J')

Powered by Google App Engine
This is Rietveld