summaryrefslogtreecommitdiff
path: root/config/config.json
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json22
1 files changed, 16 insertions, 6 deletions
diff --git a/config/config.json b/config/config.json
index d818107..298a03f 100644
--- a/config/config.json
+++ b/config/config.json
@@ -9,6 +9,21 @@
"KeyID": "${B2_KEY_ID}",
"ApplicationKey": "${B2_APPLICATION_KEY}"
}
+ },
+ "KnownExtensions": [
+ "jpg",
+ "jpeg",
+ "png"
+ ]
+ },
+ "Processor": {
+ "Type": "webp",
+ "Config": {
+ "Quality": 80,
+ "Size": {
+ "MaxWidth": 1280,
+ "MaxHeight": 0
+ }
}
},
"Output": {
@@ -21,11 +36,6 @@
"KeyID": "${B2_KEY_ID}",
"ApplicationKey": "${B2_APPLICATION_KEY}"
}
- },
- "Quality": 80,
- "Size": {
- "MaxWidth": 1280,
- "MaxHeight": 0
}
}
-} \ No newline at end of file
+}