From 128542d5e749ef39df07416f64c287b9d3624f07 Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Wed, 9 Jul 2025 10:43:08 +0000 Subject: [PATCH] Update config.js --- config.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/config.js b/config.js index 035e5e4..d8d598f 100644 --- a/config.js +++ b/config.js @@ -11,7 +11,6 @@ module.exports = { optimizeForDisabled: true, persistRepoData: true, repositories: ["akshun/public-k3s"], - logLevel: 'debug', hostRules: [ { hostType: 'docker', @@ -19,11 +18,5 @@ module.exports = { username: 'akshunaggarwal', password: process.env.DOCKER_HUB_PASSWORD, }, - { - hostType: 'docker', - matchHost: 'index.docker.io', - username: 'akshunaggarwal', - password: process.env.DOCKER_HUB_PASSWORD, - } ], -} \ No newline at end of file +}