Update config.js

This commit is contained in:
Matt Reeves 2025-02-13 00:14:49 -05:00
parent 829f98c2de
commit 4caf8ae61b

View file

@ -152,6 +152,7 @@ module.exports = {
matchHost: 'docker.io',
username: 'mafyuh',
password: `${process.env.DOCKER_HUB_PASSWORD}`,
concurrentRequestLimit: '3'
},
],
};