From 5e9ab5540a2260bf1a1174b4c3cc801206c53776 Mon Sep 17 00:00:00 2001 From: Michael Mead Date: Fri, 28 Apr 2017 21:13:22 -0500 Subject: [PATCH] config --- config.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/config.json b/config.json index 0cc0978..2e22b04 100644 --- a/config.json +++ b/config.json @@ -1,10 +1,13 @@ { - "id":"lab", - "store":{ - "class":{"read":"CouchdbReader","write":"CouchdbWriter"}, - "args":{"uri":"http://dev.the-phi.com:5984/","dbname":"mike-db","uid":"cloud"} - }, - "procs":["Google Chrome","mail","Safari"], - "folders":["/Users/michaelmead/Downloads","/Users/michaelmead/tmp"], - "delay":35 + "id":"osx", + "store":{ + "class":{"read":"CouchdbReader","write":"CouchdbWriter"}, + "args":{"uri":"http://dev.the-phi.com:5984","dbname":"mike-db","uid":"cloud"} + }, + "procs":["Google Chrome Canary","data-collector.py","Mail","Terminal"], + "folders":["/Users/michaelmead/Downloads","/Users/michaelmead/tmp", "/Users/michaelmead/Documents"], + "delay":30 + + } +