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

Unified Diff: config.json.example

Issue 29356103: Issue 3943 - add support of configuration file
Patch Set: address comments Created Nov. 22, 2016, 9:20 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 | « README.md ('k') | run.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config.json.example
diff --git a/config.json.example b/config.json.example
new file mode 100644
index 0000000000000000000000000000000000000000..832027d233813966a942cfb2bf92cd7f26e93117
--- /dev/null
+++ b/config.json.example
@@ -0,0 +1,5 @@
+{
+ "binary": "/usr/bin/firefox",
+ "list": "../urls.txt",
+ "outdir": "../output"
+}
« no previous file with comments | « README.md ('k') | run.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld