summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json
index c2f8b00..aeeab01 100644
--- a/config.json
+++ b/config.json
@@ -8,7 +8,7 @@
"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 Verbose": "Enables extra output. Primarily used for debugging"
+ "comment Verbose": "Enables extra output. Primarily used for debugging",
"verbose": true,
"comment dataSource": "dataSource is from where the program should read and process data. Currently only mysql and stdin is supported.",