summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorDaniel Langesten <daniel.langest@gmail.com>2015-03-18 15:34:03 +0100
committerDaniel Langesten <daniel.langest@gmail.com>2015-03-18 15:34:03 +0100
commitcbbfbfd8f72b302fc7dba95c70b6f7bf5c0f1eac (patch)
treea25e264397971b67defe175f6e3a5b3e2b8165b9 /config.json
parentaf80532aa7ee6c313a63a0a83af43e6e64128027 (diff)
added datasource to config
Diffstat (limited to 'config.json')
-rw-r--r--config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.json b/config.json
index a99db83..6b2dc9e 100644
--- a/config.json
+++ b/config.json
@@ -8,6 +8,10 @@
"comment Epsilon": "Epsilon is the epsilon value for differential privacy. epsilon < 1 high privacy, 10 < epsilon low privacy. If epsilon is set to 0, differential privacy will not be used.",
"epsilon": 0,
+
+ "comment dataSource": "dataSource is from where the program should read and process data. Currently only mydql and stdin is supported."
+ "dataSource": "stdin",
+
"DBConn": "",
"DBName": "test",
"rawTable": "test_raw",