summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/config.json b/config.json
index f236414..2efb464 100644
--- a/config.json
+++ b/config.json
@@ -1,15 +1,18 @@
{
- "volumes": {
- "small":{
+ "volumes": [
+ {
+ "size": "small",
"upper": 100
},
- "medium":{
+ {
+ "size": "medium",
"lower": 100,
"upper": 200
},
- "large":{
- "lower":200
+ {
+ "size": "large",
+ "lower": 200
}
- },
+ ],
"interval": "10min"
}