summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.json b/config.json
index ebb9f81..98e8854 100644
--- a/config.json
+++ b/config.json
@@ -6,5 +6,12 @@
"limit": 100,
"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
+ "epsilon": 0,
+
+ "DBConn": "",
+ "DBName": "test",
+ "rawTable": "test_raw",
+ "cleanTable": "test_clean",
+ "DBUser": "flowcleaner",
+ "DBPass": "nil",
}