diff options
Diffstat (limited to 'config/config.json')
| -rw-r--r-- | config/config.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..d818107 --- /dev/null +++ b/config/config.json @@ -0,0 +1,31 @@ +{ + "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 |