Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(255)

Unified Diff: dftimewolf/config.json

Issue 328180043: [dftimewolf] Removed convoluted imports, make config a class (Closed)
Patch Set: Simpler recipe & module import; fix tests; travis file Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dftimewolf/cli/recipes/local_plaso.py ('k') | dftimewolf/config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dftimewolf/config.json
diff --git a/dftimewolf/config.json b/dftimewolf/config.json
new file mode 100644
index 0000000000000000000000000000000000000000..99cfe7a819572ec0399520ffca00e1a99a263d8e
--- /dev/null
+++ b/dftimewolf/config.json
@@ -0,0 +1,7 @@
+{
+ "local_plaso": {
+ "ts_username": "tom",
+ "ts_password": "tom",
+ "ts_endpoint": "http://localhost:5000"
+ }
+}
« no previous file with comments | « dftimewolf/cli/recipes/local_plaso.py ('k') | dftimewolf/config.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b