Skip to content

Commit

Permalink
feat: disable metadata in imagesteps
Browse files Browse the repository at this point in the history
  • Loading branch information
Badmuts committed Feb 14, 2024
1 parent e40175a commit 06fee32
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ const imageSteamConfig = {
log: {
errors: true,
},
router: {
originalSteps: {
metadata: {
enabled: 'false',
},
},
hqOriginalSteps: {
metadata: {
enabled: 'false',
},
},
},
};

if (process.env.S3_ENDPOINT) {
Expand Down

1 comment on commit 06fee32

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published new image: openstad/image:fix-disable-metadata-06fee32

Please sign in to comment.