summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.json b/config.json
new file mode 100644
index 0000000..f236414
--- /dev/null
+++ b/config.json
@@ -0,0 +1,15 @@
+{
+ "volumes": {
+ "small":{
+ "upper": 100
+ },
+ "medium":{
+ "lower": 100,
+ "upper": 200
+ },
+ "large":{
+ "lower":200
+ }
+ },
+ "interval": "10min"
+}