summaryrefslogtreecommitdiff
path: root/config/config.json
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/config/config.json b/config/config.json
deleted file mode 100644
index d818107..0000000
--- a/config/config.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "Input": {
- "Storage": {
- "Type": "b2",
- "Config": {
- "BucketName": "sayana-photos",
- "Region": "eu-central-003",
- "Prefix": "full/",
- "KeyID": "${B2_KEY_ID}",
- "ApplicationKey": "${B2_APPLICATION_KEY}"
- }
- }
- },
- "Output": {
- "Storage": {
- "Type": "b2",
- "Config": {
- "BucketName": "sayana-photos",
- "Region": "eu-central-003",
- "Prefix": "thumbnails/",
- "KeyID": "${B2_KEY_ID}",
- "ApplicationKey": "${B2_APPLICATION_KEY}"
- }
- },
- "Quality": 80,
- "Size": {
- "MaxWidth": 1280,
- "MaxHeight": 0
- }
- }
-} \ No newline at end of file