diff options
| author | 2025-08-19 00:14:30 +0700 | |
|---|---|---|
| committer | 2025-08-19 00:14:30 +0700 | |
| commit | 0b4bbb18087fe7e280a302f031e19852ef741a48 (patch) | |
| tree | 9e3fe40d0d17a022450b119f810f5405e9c51b90 /config/config-local-unix.sample.json | |
| parent | c9b2f8ca2239d64eaede7a0d755f038fe506bcca (diff) | |
| download | thumbnail-generator-0b4bbb18087fe7e280a302f031e19852ef741a48.tar.gz thumbnail-generator-0b4bbb18087fe7e280a302f031e19852ef741a48.zip | |
feat: allow multiple converters for processing
Diffstat (limited to 'config/config-local-unix.sample.json')
| -rw-r--r-- | config/config-local-unix.sample.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/config/config-local-unix.sample.json b/config/config-local-unix.sample.json index 36d8114..97f69f1 100644 --- a/config/config-local-unix.sample.json +++ b/config/config-local-unix.sample.json @@ -25,16 +25,16 @@ "MaxWidth": 800, "MaxHeight": 0 } - } - }, - "Output": { - "Storage": { - "Type": "local-unix", - "Config": { - "Path": "/tmp/thumbnailing/thumbnails/", - "DirPermissionMode": "0755", - "FilePermissionMode": "0644", - "AttributesImplementation": "xattr" + }, + "Output": { + "Storage": { + "Type": "local-unix", + "Config": { + "Path": "/tmp/thumbnailing/thumbnails/", + "DirPermissionMode": "0755", + "FilePermissionMode": "0644", + "AttributesImplementation": "xattr" + } } } } |